Changeset 30629


Ignore:
Timestamp:
Nov 30, 2014, 12:57:47 PM (9 years ago)
Author:
mistic100
Message:

tweak colorbox style2

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/roma/theme.css

    r29539 r30629  
    360360
    361361.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  
    2121    ordered & tabbed in a way that represents the nesting of the generated HTML.
    2222*/
    23 #cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
     23#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
    2424#colorbox{outline:0;}
    2525    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
    2626        .cboxIframe{background:#fff;}
    2727        #cboxError{padding:50px; border:1px solid #ccc;}
    28         #cboxLoadedContent{background:#000; padding:1px;}
     28        #cboxLoadedContent{background:#f1f1f1; padding:1px;}
    2929        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
    3030        #cboxLoadingOverlay{background:#000;}
    31         #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
     31        #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
    3232        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
    3333
Note: See TracChangeset for help on using the changeset viewer.