Changeset 2746
- Timestamp:
- Oct 15, 2008, 7:12:05 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/theme/roma/theme.css
r2735 r2746 167 167 #ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; } 168 168 input[type="button"], input[type="submit"], input[type="reset"] { 169 background-color:#ff3363;color:#222; border-color: #ff3363; }169 color:#ff3363; background-color:#222; border-color: #ff3363; } 170 170 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 171 background-color:#999; border-color: #666; }171 color:#999; border-color: #666; } 172 172 .bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block; 173 173 color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; -
trunk/template/yoga/theme/Sylvia/theme.css
r2741 r2746 89 89 .content UL.thumbnails SPAN.wrap2:hover { color: #666; 90 90 background-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; } 92 92 A, INPUT.rateButton { color:#f70; border-width: 0; } 93 93 A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } … … 102 102 #menubar #mbIdentification fieldset div input[type="text"] { margin: 0 0 3px; width: 174px; display: inline; } 103 103 input[type="button"], input[type="submit"], input[type="reset"] { 104 background-color:#ff3363;color:#222; border-color: #ff3363; }104 color:#ff3363; background-color:#222; border-color: #ff3363; } 105 105 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 106 background-color:#999; border-color: #666; }106 color:#999; border-color: #666; } 107 107 /* IE6... Hacks: */ 108 108 /*\*/ * html #menubar #mbIdentification .button { margin-right:25px; } /* */
Note: See TracChangeset
for help on using the changeset viewer.