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/dark/theme.css

    r1339 r1515  
    22
    33/* text color */
    4 BODY, H1, H3, DT {
     4BODY, H1, H3, DT,
     5INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    56  color:#e0e0e0;
    67}
     
    8788
    8889/* links */
    89 A, .rateButton {
     90A, INPUT.rateButton {
    9091  color: #FFFFFF;
    9192}
Note: See TracChangeset for help on using the changeset viewer.