summaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2011-04-26 12:24:27 -0400
committerspiderr <spider@viovio.com>2011-04-26 12:24:27 -0400
commit9572469b0fea49ed8d4fc28cc9d0b9c9d84d49a0 (patch)
treeb5a88b032ad1d8d7049706405519aec0597d5c3a /javascript
parent8cd934e8f1b51d47ea0f0851a3ddb2408fdd9bf4 (diff)
downloadutil-9572469b0fea49ed8d4fc28cc9d0b9c9d84d49a0.tar.gz
util-9572469b0fea49ed8d4fc28cc9d0b9c9d84d49a0.tar.bz2
util-9572469b0fea49ed8d4fc28cc9d0b9c9d84d49a0.zip
add default color for #cboxLoadedContent
Diffstat (limited to 'javascript')
-rwxr-xr-xjavascript/libs/jquery/plugins/colorbox/colorbox.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/libs/jquery/plugins/colorbox/colorbox.css b/javascript/libs/jquery/plugins/colorbox/colorbox.css
index a6e3b5b..22cb732 100755
--- a/javascript/libs/jquery/plugins/colorbox/colorbox.css
+++ b/javascript/libs/jquery/plugins/colorbox/colorbox.css
@@ -18,11 +18,11 @@
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand.
*/
-#cboxOverlay{background:#222;}
+#cboxOverlay{background:#222;color:#ccc;}
#colorbox{}
#cboxContent{margin-top:20px;}
- #cboxLoadedContent{background:#222; padding:5px;}
+ #cboxLoadedContent{background:#222; padding:5px;color:#ccc;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}