From dc13eaed1f07470a7ec77d483a889abc524e487a Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 18 Nov 2021 00:19:27 +0800 Subject: [PATCH] Revert "Use percentage notation for alpha-values in CSS" This reverts commit 864dca1b676f360509c6f5e0024f06a002e116f2. Upstream change: https://github.com/stylelint/stylelint-config-standard/pull/212 PR #15745. --- src/webui/www/private/css/Window.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webui/www/private/css/Window.css b/src/webui/www/private/css/Window.css index f0dbb4040..cdf8ce2ea 100644 --- a/src/webui/www/private/css/Window.css +++ b/src/webui/www/private/css/Window.css @@ -99,7 +99,7 @@ div.mochaToolbarWrapper.bottom { background: #0f0; font-size: 1px; /* For IE6 */ height: 3px; - opacity: 0%; + opacity: 0; overflow: hidden; position: absolute; width: 3px; @@ -208,7 +208,7 @@ div.mochaToolbarWrapper.bottom { background: #000; display: none; left: 0; - opacity: 0%; + opacity: 0; position: fixed; top: 0; width: 100%; @@ -219,7 +219,7 @@ div.mochaToolbarWrapper.bottom { #modalFix { display: none; left: 0; - opacity: 0%; + opacity: 0; position: absolute; top: 0; width: 100%; @@ -308,7 +308,7 @@ div.mochaToolbarWrapper.bottom { } .mocha.notification .mochaTitlebar { - opacity: 0%; + opacity: 0; } .mocha.notification .mochaContentBorder {