diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-18 12:46:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-18 12:46:50 +0200 |
commit | 8d4151ded3d683f2ef8524b9bb48460a767e334f (patch) | |
tree | 335c331378e3f7c10eb6c48719f29d8c62bdcc8b /lib | |
parent | 75c8c6faaeefed18f12a4ce652c4161567219910 (diff) | |
download | rpg-8d4151ded3d683f2ef8524b9bb48460a767e334f.tar.gz rpg-8d4151ded3d683f2ef8524b9bb48460a767e334f.tar.bz2 |
added styler into default plugin section
The icon does not match the others because the NuvolaX icon theme seems
to have vanished from the Internet. Ideally all those admin icons could
use a replacement. But that should be a different PR I guess.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/images/admin/README | 2 | ||||
-rw-r--r-- | lib/images/admin/styling.png | bin | 0 -> 970 bytes | |||
-rw-r--r-- | lib/tpl/dokuwiki/css/_admin.css | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/lib/images/admin/README b/lib/images/admin/README index 90bab9578..53e7d839a 100644 --- a/lib/images/admin/README +++ b/lib/images/admin/README @@ -1,2 +1,4 @@ These icons were taken from the nuvoX KDE icon theme and are GPL licensed See http://www.kde-look.org/content/show.php/nuvoX?content=38467 + +styling.png from https://openclipart.org/detail/25595/brush Public Domain diff --git a/lib/images/admin/styling.png b/lib/images/admin/styling.png Binary files differnew file mode 100644 index 000000000..859c8c9ef --- /dev/null +++ b/lib/images/admin/styling.png diff --git a/lib/tpl/dokuwiki/css/_admin.css b/lib/tpl/dokuwiki/css/_admin.css index a9518d0ed..bdde006e0 100644 --- a/lib/tpl/dokuwiki/css/_admin.css +++ b/lib/tpl/dokuwiki/css/_admin.css @@ -39,6 +39,9 @@ .dokuwiki ul.admin_tasks li.admin_config { background-image: url(../../images/admin/config.png); } +.dokuwiki ul.admin_tasks li.admin_styling { + background-image: url(../../images/admin/styling.png); +} .dokuwiki ul.admin_tasks li.admin_revert { background-image: url(../../images/admin/revert.png); } |