diff options
author | plegall <plg@piwigo.org> | 2013-02-04 09:41:55 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-02-04 09:41:55 +0000 |
commit | 2bfff619f27d7c61bc568fe27d900979ebb77d4c (patch) | |
tree | f7e04b7474f354e329388bd3147c314320ff9a72 /themes/elegant/theme.css | |
parent | 72f243349ee7a5d7fde416f1c13b98639c78bb99 (diff) |
feature 2833: better looking icons for Elegant. Mainly on picture.php, to be completed.
Icons are coming from screenshots of entypo and typicons fonts. The Entypo and Typicons
pictograms are licensed under CC BY 3.0.
git-svn-id: http://piwigo.org/svn/trunk@20541 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/elegant/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 32ac52d35..aa9845902 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -59,8 +59,8 @@ legend {font-style:normal;} /* icons */ -.pwg-icon { background-image: url(../default/s26/outline_808080.png);} -A:hover .pwg-icon { background-image: url(../default/s26/outline_ffffff.png);} +.pwg-icon { background-image: url(icon/icons_sprite.png);} +A:hover .pwg-icon { background-image: url(icon/icons_sprite-hover.png);} /* general rules */ |