Skip to content

Commit

Permalink
Changed videos window colors & border-shadows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparszarinovs committed Jul 12, 2012
1 parent c5ec536 commit c33a465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions engine/css/editor.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
body.xEditorEnabled { }

#bertaVideosBackground {
background-color: #000;
background-color: #fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
Expand All @@ -39,9 +39,9 @@

#bertaVideosWrapper {
background-color: #eee;
-moz-box-shadow: 0 0 30px 10px #bdbdbd;
-webkit-box-shadow: 0 0 30px 10px #bdbdbd;
box-shadow: 0 0 30px 10px #bdbdbd;
-moz-box-shadow: 0 0 10px 5px #bdbdbd;
-webkit-box-shadow: 0 0 10px 5px #bdbdbd;
box-shadow: 0 0 10px 5px #bdbdbd;
margin: -232px 0 0 -279px;
padding: 15px;
position: fixed;
Expand Down

0 comments on commit c33a465

Please sign in to comment.