Changeset 20541


Ignore:
Timestamp:
Feb 4, 2013, 10:41:55 AM (11 years ago)
Author:
plg
Message:

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.

Location:
trunk/themes/elegant
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/elegant/theme.css

    r14452 r20541  
    6060/* icons */
    6161
    62 .pwg-icon                                                                       { background-image: url(../default/s26/outline_808080.png);}
    63 A:hover .pwg-icon                                                       { background-image: url(../default/s26/outline_ffffff.png);}
     62.pwg-icon                                                                       { background-image: url(icon/icons_sprite.png);}
     63A:hover .pwg-icon                                                       { background-image: url(icon/icons_sprite-hover.png);}
    6464
    6565
Note: See TracChangeset for help on using the changeset viewer.