Changeset 30629
- Timestamp:
- Nov 30, 2014, 12:57:47 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/roma/theme.css
r29539 r30629 360 360 361 361 .font-checkbox [class*=icon-check]:before { color:#aaa; } 362 363 #cboxLoadedContent { background-color:#222 !important; } -
trunk/themes/default/js/plugins/colorbox/style2/colorbox.css
r30628 r30629 21 21 ordered & tabbed in a way that represents the nesting of the generated HTML. 22 22 */ 23 #cboxOverlay{background:# fff; opacity: 0.9; filter: alpha(opacity = 90);}23 #cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);} 24 24 #colorbox{outline:0;} 25 25 #cboxContent{margin-top:32px; overflow:visible; background:#000;} 26 26 .cboxIframe{background:#fff;} 27 27 #cboxError{padding:50px; border:1px solid #ccc;} 28 #cboxLoadedContent{background:# 000; padding:1px;}28 #cboxLoadedContent{background:#f1f1f1; padding:1px;} 29 29 #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} 30 30 #cboxLoadingOverlay{background:#000;} 31 #cboxTitle{position:absolute; top:-22px; left:0; color:# 000;}31 #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;} 32 32 #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;} 33 33
Note: See TracChangeset
for help on using the changeset viewer.