diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-01-08 12:48:54 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-01-08 12:50:28 +0100 |
commit | 1204c0aadca651804aa56b88e9f9d4fa156e7445 (patch) | |
tree | 82e84308fd1e2679e1798f4fef905e2c2695a8e6 | |
parent | 51152ba0d3fcb30765fdbe1c949b9663094b17a9 (diff) | |
download | rpg-1204c0aadca651804aa56b88e9f9d4fa156e7445.tar.gz rpg-1204c0aadca651804aa56b88e9f9d4fa156e7445.tar.bz2 |
fixed icons for create and draft
-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 |