From 1204c0aadca651804aa56b88e9f9d4fa156e7445 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 8 Jan 2012 12:48:54 +0100 Subject: fixed icons for create and draft --- css/design.css | 9 +++++++++ images/pagetools/draft-active.png | Bin 0 -> 988 bytes images/pagetools/draft.png | Bin 0 -> 935 bytes images/pagetools/pagetools.xcf | Bin 11966 -> 13291 bytes 4 files changed, 9 insertions(+) create mode 100644 images/pagetools/draft-active.png create mode 100644 images/pagetools/draft.png 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 new file mode 100644 index 000000000..e4c0a6c72 Binary files /dev/null and b/images/pagetools/draft-active.png differ diff --git a/images/pagetools/draft.png b/images/pagetools/draft.png new file mode 100644 index 000000000..d44cc8c3f Binary files /dev/null and b/images/pagetools/draft.png differ diff --git a/images/pagetools/pagetools.xcf b/images/pagetools/pagetools.xcf index 2f534a6e7..ab4eaf634 100644 Binary files a/images/pagetools/pagetools.xcf and b/images/pagetools/pagetools.xcf differ -- cgit v1.2.3