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
This commit is contained in:
plegall
2013-02-04 09:41:55 +00:00
parent 72f243349e
commit 2bfff619f2
4 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.
+2 -2
View File
@@ -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 */