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 /css | |
parent | 51152ba0d3fcb30765fdbe1c949b9663094b17a9 (diff) | |
download | rpg-1204c0aadca651804aa56b88e9f9d4fa156e7445.tar.gz rpg-1204c0aadca651804aa56b88e9f9d4fa156e7445.tar.bz2 |
fixed icons for create and draft
Diffstat (limited to 'css')
-rwxr-xr-x | css/design.css | 9 |
1 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); } |