Skip to content

Commit

Permalink
tweak colorbox style2
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@30629 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Nov 30, 2014
1 parent 1ac4fb3 commit 5f80cb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion admin/themes/roma/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,6 @@ table.qsearch_help_table td {
border-color: #444;
}

.font-checkbox [class*=icon-check]:before { color:#aaa; }
.font-checkbox [class*=icon-check]:before { color:#aaa; }

#cboxLoadedContent { background-color:#222 !important; }
6 changes: 3 additions & 3 deletions themes/default/js/plugins/colorbox/style2/colorbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Binary file modified themes/default/js/plugins/colorbox/style2/images/controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f80cb5

Please sign in to comment.