diff options
-rwxr-xr-x | css/design.css | 9 | ||||
-rw-r--r-- | images/pagetools/draft-active.png | bin | 0 -> 988 bytes | |||
-rw-r--r-- | images/pagetools/draft.png | bin | 0 -> 935 bytes | |||
-rw-r--r-- | images/pagetools/pagetools.xcf | bin | 11966 -> 13291 bytes |
4 files changed, 9 insertions, 0 deletions
diff --git a/css/design.css b/css/design.css index f75df1140..d32bc711b 100755 --- a/css/design.css +++ b/css/design.css @@ -207,6 +207,15 @@ background-image: url(images/pagetools/edit-active.png); } +#dokuwiki__pagetools ul li a.create { + background-image: url(images/pagetools/create.png); +} +#dokuwiki__pagetools ul li a.create:hover, +#dokuwiki__pagetools ul li a.create:active, +#dokuwiki__pagetools ul li a.create:focus { + background-image: url(images/pagetools/create-active.png); +} + #dokuwiki__pagetools ul li a.show { background-image: url(images/pagetools/show.png); } diff --git a/images/pagetools/draft-active.png b/images/pagetools/draft-active.png Binary files differnew file mode 100644 index 000000000..e4c0a6c72 --- /dev/null +++ b/images/pagetools/draft-active.png diff --git a/images/pagetools/draft.png b/images/pagetools/draft.png Binary files differnew file mode 100644 index 000000000..d44cc8c3f --- /dev/null +++ b/images/pagetools/draft.png diff --git a/images/pagetools/pagetools.xcf b/images/pagetools/pagetools.xcf Binary files differindex 2f534a6e7..ab4eaf634 100644 --- a/images/pagetools/pagetools.xcf +++ b/images/pagetools/pagetools.xcf |