Ignore:
Timestamp:
Oct 15, 2008, 7:08:13 PM (16 years ago)
Author:
vdigital
Message:

Neuronal correction... Buttons colors and comment list bullets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r2740 r2745  
    8989.content UL.thumbnails SPAN.wrap2:hover { color: #666;
    9090background-color: #111; border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ }
    91 #comments ul.actions li, #comments ul.actions li:hover { background:transparent none; padding: 0 22px; clear:both; }
     91#comments ul.actions li, #comments ul.actions li:hover { background:transparent none; padding: 0 22px; clear:both; list-style-type:none; }
    9292A, INPUT.rateButton { color:#f70; border-width: 0; }
    9393A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
     
    102102#menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; }
    103103input[type="button"], input[type="submit"], input[type="reset"] {
    104 background-color:#ff3363; color:#222; border-color: #ff3363; }
     104color:#ff3363; background-color:#222; border-color: #ff3363; }
    105105input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    106 background-color:#999; border-color: #666; }
     106color:#999; border-color: #666; }
    107107/* IE6... Hacks: */
    108108/*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
Note: See TracChangeset for help on using the changeset viewer.