Skip to content

Commit

Permalink
Revert "Use percentage notation for alpha-values in CSS"
Browse files Browse the repository at this point in the history
This reverts commit 864dca1.
Upstream change: stylelint/stylelint-config-standard#212
  • Loading branch information
Chocobo1 committed Nov 17, 2021
1 parent b063042 commit 2f955c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/webui/www/private/css/Window.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -208,7 +208,7 @@ div.mochaToolbarWrapper.bottom {
background: #000;
display: none;
left: 0;
opacity: 0%;
opacity: 0;
position: fixed;
top: 0;
width: 100%;
Expand All @@ -219,7 +219,7 @@ div.mochaToolbarWrapper.bottom {
#modalFix {
display: none;
left: 0;
opacity: 0%;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
Expand Down Expand Up @@ -308,7 +308,7 @@ div.mochaToolbarWrapper.bottom {
}

.mocha.notification .mochaTitlebar {
opacity: 0%;
opacity: 0;
}

.mocha.notification .mochaContentBorder {
Expand Down

0 comments on commit 2f955c6

Please sign in to comment.