mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-03-07 19:47:04 +08:00
Revert "Use percentage notation for alpha-values in CSS"
This reverts commit 864dca1b67
.
Upstream change: https://github.com/stylelint/stylelint-config-standard/pull/212
PR #15745.
This commit is contained in:
parent
001bd60d36
commit
dc13eaed1f
@ -99,7 +99,7 @@ div.mochaToolbarWrapper.bottom {
|
|||||||
background: #0f0;
|
background: #0f0;
|
||||||
font-size: 1px; /* For IE6 */
|
font-size: 1px; /* For IE6 */
|
||||||
height: 3px;
|
height: 3px;
|
||||||
opacity: 0%;
|
opacity: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
@ -208,7 +208,7 @@ div.mochaToolbarWrapper.bottom {
|
|||||||
background: #000;
|
background: #000;
|
||||||
display: none;
|
display: none;
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 0%;
|
opacity: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -219,7 +219,7 @@ div.mochaToolbarWrapper.bottom {
|
|||||||
#modalFix {
|
#modalFix {
|
||||||
display: none;
|
display: none;
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 0%;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -308,7 +308,7 @@ div.mochaToolbarWrapper.bottom {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mocha.notification .mochaTitlebar {
|
.mocha.notification .mochaTitlebar {
|
||||||
opacity: 0%;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mocha.notification .mochaContentBorder {
|
.mocha.notification .mochaContentBorder {
|
||||||
|
Loading…
Reference in New Issue
Block a user