mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Use standard CSS properties instead of vendor specifics
This commit is contained in:
@@ -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 {
|
||||
#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 {
|
||||
/* 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 {
|
||||
}
|
||||
|
||||
.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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user