mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
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:
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.
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user