1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00

Use percentage notation for alpha-values in CSS

This commit is contained in:
Chocobo1 2021-10-22 14:14:35 +08:00
parent 15320018f0
commit 864dca1b67
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -102,7 +102,7 @@ div.mochaToolbarWrapper.bottom {
font-size: 1px; /* For IE6 */
height: 3px;
-moz-opacity: 0;
opacity: 0;
opacity: 0%;
overflow: hidden;
position: absolute;
width: 3px;
@ -214,7 +214,7 @@ div.mochaToolbarWrapper.bottom {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/
left: 0;
-moz-opacity: 0;
opacity: 0;
opacity: 0%;
position: fixed;
top: 0;
width: 100%;
@ -228,7 +228,7 @@ div.mochaToolbarWrapper.bottom {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/
left: 0;
-moz-opacity: 0;
opacity: 0;
opacity: 0%;
position: absolute;
top: 0;
width: 100%;
@ -320,7 +320,7 @@ div.mochaToolbarWrapper.bottom {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE6 and 7*/
-moz-opacity: 0;
opacity: 0;
opacity: 0%;
}
.mocha.notification .mochaContentBorder {