diff options
Diffstat (limited to 'mod/embed/views/default')
-rw-r--r-- | mod/embed/views/default/embed/css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/embed/views/default/embed/css.php b/mod/embed/views/default/embed/css.php index e695eab9f..736c6ae44 100644 --- a/mod/embed/views/default/embed/css.php +++ b/mod/embed/views/default/embed/css.php @@ -57,7 +57,7 @@ z-index:-100; } .facebox_overlayBG { - background-color: #000000; + background-color: #000; z-index: 9999; } * html #facebox_overlay { /* ie6 hack */ @@ -90,7 +90,7 @@ border-bottom:none; } .embed_data:last-child { - border-bottom:1px dotted #CCCCCC; + border-bottom:1px dotted #CCC; } .embed_modal_videolist .elgg-image img { width:75px; |