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:
parent
72f243349e
commit
2bfff619f2
4 changed files with 2 additions and 2 deletions
BIN
themes/elegant/icon/icons_sprite-hover.png
Normal file
BIN
themes/elegant/icon/icons_sprite-hover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
BIN
themes/elegant/icon/icons_sprite.png
Normal file
BIN
themes/elegant/icon/icons_sprite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
BIN
themes/elegant/icon/icons_sprite.xcf
Normal file
BIN
themes/elegant/icon/icons_sprite.xcf
Normal file
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue