aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/themes/roma/theme.css4
-rw-r--r--themes/default/js/plugins/colorbox/style2/colorbox.css6
-rw-r--r--themes/default/js/plugins/colorbox/style2/images/controls.pngbin503 -> 643 bytes
3 files changed, 6 insertions, 4 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index c436bd25b..26c2a6591 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -358,4 +358,6 @@ table.qsearch_help_table td {
border-color: #444;
}
-.font-checkbox [class*=icon-check]:before { color:#aaa; } \ No newline at end of file
+.font-checkbox [class*=icon-check]:before { color:#aaa; }
+
+#cboxLoadedContent { background-color:#222 !important; } \ No newline at end of file
diff --git a/themes/default/js/plugins/colorbox/style2/colorbox.css b/themes/default/js/plugins/colorbox/style2/colorbox.css
index 0a6710404..43254e409 100644
--- a/themes/default/js/plugins/colorbox/style2/colorbox.css
+++ b/themes/default/js/plugins/colorbox/style2/colorbox.css
@@ -20,15 +20,15 @@
Change the following styles to modify the appearance of Colorbox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
-#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
+#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
- #cboxLoadedContent{background:#000; padding:1px;}
+ #cboxLoadedContent{background:#f1f1f1; padding:1px;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
- #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
+ #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
diff --git a/themes/default/js/plugins/colorbox/style2/images/controls.png b/themes/default/js/plugins/colorbox/style2/images/controls.png
index 36f526992..f85134b8c 100644
--- a/themes/default/js/plugins/colorbox/style2/images/controls.png
+++ b/themes/default/js/plugins/colorbox/style2/images/controls.png
Binary files differ