Ignore:
Timestamp:
Nov 25, 2010, 10:26:29 PM (13 years ago)
Author:
rvelices
Message:

-fix css rules

  • comment_list.tpl style was broken
  • picture_nav_buttons.tpl shorter javascript
File:
1 edited

Legend:

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

    r7869 r7877  
    22/* text color */
    33BODY, H1, H2, H3, DT,
    4 .rateButtonSelected /* <= why IE doesn't inherit this ? */ {
     4INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    55        color:#696969;  /* dimgray */
    66}
     
    5050
    5151/* links */
    52 A, .rateButton {
     52A, INPUT.rateButton {
    5353    color: #005e89;
    5454    background: transparent;
    5555}
    5656
    57 A:hover, .rateButton:hover {
     57A:hover, INPUT.rateButton:hover {
    5858    color: #858460;
    5959}
Note: See TracChangeset for help on using the changeset viewer.