Changeset 2745


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

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

Location:
branches/2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/template/goto/theme/roma/theme.css

    r2736 r2745  
    167167#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
    168168input[type="button"], input[type="submit"], input[type="reset"] {
    169 background-color:#ff3363; color:#222; border-color: #ff3363; }
     169color:#ff3363; background-color:#222; border-color: #ff3363; }
    170170input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    171 background-color:#999; border-color: #666; }
     171color:#999; border-color: #666; }
    172172.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
    173173color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
  • 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.