Changeset 2611
- Timestamp:
- Sep 27, 2008, 6:24:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/theme/Sylvia/theme.css
r2610 r2611 70 70 FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; } 71 71 INPUT, select, textarea { color:#999; background-color: #444; } 72 *, *:focus, *:active,input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }72 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } 73 73 .content UL.thumbnails SPAN.wrap2 { 74 74 border: 1px solid #666; /* thumbnails border color and style */ … … 78 78 A, INPUT.rateButton { color:#f70; border-color: #f70; } 79 79 A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; } 80 input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }80 *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } 81 81 #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracChangeset
for help on using the changeset viewer.