Changeset 8169 for trunk/themes


Ignore:
Timestamp:
Dec 17, 2010, 7:32:32 AM (13 years ago)
Author:
rvelices
Message:

fix icon bottom border

Location:
trunk/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/iconset.css

    r8161 r8169  
    22        display: block; /*IE6*/
    33        display: inline-block; /*IE6 does not get it*/
    4         text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;
     4        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
    55        width: 26px; height: 26px; background-image: url(s26/outline_808080.png);
    66}
    77.pwg-button-text { display:none; }
    8 
    9 A.pwg-state-default, A.pwg-state-default:visited, A.pwg-state-default:hover {
    10         text-decoration: none !important;
    11 }
    128
    139.pwg-state-disabled .pwg-icon {
  • trunk/themes/default/theme.css

    r8161 r8169  
    449449        border-bottom: 1px solid #858460;
    450450}
     451A.pwg-state-default:hover {
     452        border-bottom: 0; /*reset above for icons*/
     453}
    451454
    452455IMG {
Note: See TracChangeset for help on using the changeset viewer.