Ignore:
Timestamp:
Jul 29, 2006, 11:57:24 AM (18 years ago)
Author:
chrisaga
Message:

fix bug 484 : (again) fix rateButtons display broken by svn:1491
fix radio and checkbox display with Opera and IE (related to bug 490)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/clear/theme.css

    r1339 r1515  
    22
    33/* text color */
    4 BODY, H1, H2, H3, DT {
     4BODY, H1, H2, H3, DT,
     5INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    56  color:#696969;        /* dimgray */
    67}
     
    5455
    5556/* links */
    56 A, .rateButton {
     57A, INPUT.rateButton {
    5758    color: #005e89;
    5859    background: transparent;
    5960}
    6061
    61 A:hover {
     62A:hover, INPUT.rateButton:hover {
    6263    color: #858460;
    6364}
Note: See TracChangeset for help on using the changeset viewer.