|
|
|
@ -97,11 +97,8 @@ div.mochaToolbarWrapper.bottom {
@@ -97,11 +97,8 @@ div.mochaToolbarWrapper.bottom {
|
|
|
|
|
|
|
|
|
|
.mocha .handle { |
|
|
|
|
background: #0f0; |
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */ |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/ |
|
|
|
|
font-size: 1px; /* For IE6 */ |
|
|
|
|
height: 3px; |
|
|
|
|
-moz-opacity: 0; |
|
|
|
|
opacity: 0%; |
|
|
|
|
overflow: hidden; |
|
|
|
|
position: absolute; |
|
|
|
@ -210,10 +207,7 @@ div.mochaToolbarWrapper.bottom {
@@ -210,10 +207,7 @@ div.mochaToolbarWrapper.bottom {
|
|
|
|
|
#modalOverlay { |
|
|
|
|
background: #000; |
|
|
|
|
display: none; |
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */ |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/ |
|
|
|
|
left: 0; |
|
|
|
|
-moz-opacity: 0; |
|
|
|
|
opacity: 0%; |
|
|
|
|
position: fixed; |
|
|
|
|
top: 0; |
|
|
|
@ -224,10 +218,7 @@ div.mochaToolbarWrapper.bottom {
@@ -224,10 +218,7 @@ div.mochaToolbarWrapper.bottom {
|
|
|
|
|
/* Fix for IE6 select z-index issue */ |
|
|
|
|
#modalFix { |
|
|
|
|
display: none; |
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */ |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/ |
|
|
|
|
left: 0; |
|
|
|
|
-moz-opacity: 0; |
|
|
|
|
opacity: 0%; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
@ -317,9 +308,6 @@ div.mochaToolbarWrapper.bottom {
@@ -317,9 +308,6 @@ div.mochaToolbarWrapper.bottom {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mocha.notification .mochaTitlebar { |
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */ |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/ |
|
|
|
|
-moz-opacity: 0; |
|
|
|
|
opacity: 0%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|