Ignore:
Timestamp:
Dec 14, 2010, 7:45:52 AM (13 years ago)
Author:
rvelices
Message:

css sprites - almost done - still to implement nice colors and hover effect for clear and sylvia

File:
1 edited

Legend:

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

    r7877 r8119  
    77
    88H2, #menubar DT {
    9         color: #fff48e;
     9        color: #ffff80;
    1010}
    1111
     
    6868A, INPUT.rateButton {
    6969        color: #fff;
    70         border: 0;
    7170}
    7271
    7372A:hover {
    74         color: #FFF48E;
     73        color: #ffff80;
    7574}
     75
     76.pwg-icon {
     77        background-image: url(images/s26_outline_ffffff.png);
     78}
     79
     80A:hover .pwg-icon {
     81        background-image: url(images/s26_outline_ffff80.png);
     82}
     83
Note: See TracChangeset for help on using the changeset viewer.