Changeset 12633 for trunk/admin/themes/roma
- Timestamp:
- Nov 15, 2011, 10:13:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/roma/theme.css
r12589 r12633 26 26 h2 { color: #ccc; } 27 27 28 .header_notes { 28 .header_notes { 29 29 background: transparent url(../default/icon/note.png) no-repeat right top; 30 border: none; 30 border: none; 31 31 min-height: 48px; 32 padding: 15px 60px 0 0; 32 padding: 15px 60px 0 0; 33 33 right: 0; 34 width: 550px; 34 width: 550px; 35 35 } 36 36 html, body { min-height: 100%; } … … 50 50 51 51 .content { 52 border: 1px solid #222; 52 border: 1px solid #222; 53 53 } 54 54 … … 60 60 61 61 62 UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; } 63 UL.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; } 64 UL.thumbnails span.wrap2 { -moz-border-radius:4px; } 65 UL.thumbnails span.wrap1 { margin:0 12px 5px; } 62 UL.thumbnails span.wrap2:hover { background-color#7CBA0F; color:#666; } 63 UL.thumbnails span.wrap2 { 64 padding: 4px; 65 border-radius: 4px; 66 background-color:#333; 67 } 68 66 69 /* .throw, */ td h3 { 67 70 background-image: url(images/fillet.png); background-repeat: repeat-x; } … … 71 74 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } 72 75 TEXTAREA { cursor:text; font-size: 13px; } 73 UL.thumbnails SPAN.wrap2 {74 border: 1px solid #aaaaaa; /* thumbnails border color and style */75 border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */76 }77 76 .tagSelection label { padding-right:12px; } 78 77 .tagSelection LI.tagSelected {background-color:#aaa;} … … 130 129 #menubar { 131 130 background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom; 132 border:0; 133 padding:0; width:207px; z-index:99; text-align: left; 131 border:0; 132 padding:0; width:207px; z-index:99; text-align: left; 134 133 } 135 134 … … 240 239 .languageDefault {background-color:#555; color:#aaa;} 241 240 242 #batchManagerGlobal ul.thumbnails span.wrap2 {background-color:#333;}243 241 #batchManagerGlobal .thumbSelected {background-color:#555 !important} 244 242 #batchManagerGlobal #selectedMessage {background-color:#555; color:#ddd;}
Note: See TracChangeset
for help on using the changeset viewer.