Changeset 6072
- Timestamp:
- May 4, 2010, 11:46:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r6027 r6072 25 25 input.rateButton, legend, h3 { color: #777; } 26 26 h2 { color: #777; } 27 28 INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], 29 INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] { 30 background-color: #ddd; 31 } 32 33 INPUT.text, INPUT.password, INPUT.button, 34 INPUT.submit, INPUT.reset, INPUT.file, 35 SELECT, TEXTAREA { 36 background-color: #ddd; 37 } 38 39 INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus, INPUT.submit:hover { 40 background-color: #eee; 41 color: #666; 42 } 43 44 INPUT, SELECT, TEXTAREA { border: 1px solid #999; } 45 46 INPUT[type="submit"]:hover, INPUT[type="reset"]:hover { cursor: pointer; } 47 48 input[type="button"], input[type="submit"], input[type="reset"] { 49 background-color:#ddd; 50 border-color: #0cc9c; 51 } 52 53 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 54 color:#666; 55 border-color: #999; 56 } 27 57 28 58 … … 79 109 /* borders */ 80 110 fieldset { border: 2px solid #ddd; } 81 INPUT, SELECT, TEXTAREA { border: 1px solid #999; }82 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#bbb;color: #666; }83 111 TEXTAREA { cursor:text; font-size: 13px; } 84 112 .content UL.thumbnails SPAN.wrap2 { … … 92 120 .content ul.categoryActions a img { margin-left: 10px; } 93 121 ul.thumbnails input { border:3px double #666; color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;} 94 INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; }95 122 INPUT.bigbutton:hover { background-color: #ddd; color:#0cc; border: 0; } 96 123 .throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #0cc9c; } … … 172 199 173 200 /* jQuery tooltips */ 174 .cluetip-default #cluetip-outer { border-color: #999; color: #999; background-color: #ddd; }175 .cluetip-default h3#cluetip-title { color: #0cc9c; background-color: # eee; }201 .cluetip-default #cluetip-outer { border-color:#999; color: #777; background-color: #eee; } 202 .cluetip-default h3#cluetip-title { color: #0cc9c; background-color: #ddd; } 176 203 /* jQuery ui resizable */ 177 204 .ui-resizable { position: relative; } … … 217 244 218 245 INPUT[type="text"].large { width: 317px; } 219 input[type="button"], input[type="submit"], input[type="reset"] {220 color:#0cc9c; background-color:#ddd; border-color: #0cc9c; }221 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {222 color:#666; border-color: #999; }223 246 .bigbutton { background:transparent url(images/quickLocalSync.png) no-repeat scroll left top; display: block; 224 247 color:#eee; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
Note: See TracChangeset
for help on using the changeset viewer.