WebUI: revise lint rules for css

Some rules are already covered by other tools, so remove them.
This commit is contained in:
Chocobo1
2025-01-21 14:56:13 +08:00
parent e3eacf2bf7
commit dc8ac38494
8 changed files with 33 additions and 36 deletions

View File

@@ -99,7 +99,7 @@ div.mochaToolbarWrapper.bottom {
}
.mocha .handle {
background: #0f0;
background: #00ff00;
font-size: 1px; /* For IE6 */
height: 3px;
opacity: 0;
@@ -111,7 +111,7 @@ div.mochaToolbarWrapper.bottom {
/* Corner resize handles */
.mocha .corner {
background: #f00;
background: #ff0000;
height: 10px;
width: 10px;
}
@@ -229,7 +229,7 @@ div.mochaToolbarWrapper.bottom {
/* Underlay */
#windowUnderlay {
background: #fff;
background: #ffffff;
left: 0;
position: fixed;
top: 0;
@@ -276,18 +276,18 @@ div.mochaToolbarWrapper.bottom {
/* Modals */
.modal2 {
border: 8px solid #fff;
border: 8px solid #ffffff;
}
.modal2 .mochaContentBorder {
border-width: 0px;
border-width: 0;
}
/* Window Themes */
.mocha.no-canvas {
background: #e5e5e5;
border: 1px solid #555;
border: 1px solid #555555;
}
.mocha.no-canvas .mochaTitlebar {
@@ -295,7 +295,7 @@ div.mochaToolbarWrapper.bottom {
}
.mocha.transparent .mochaTitlebar h3 {
color: #fff;
color: #ffffff;
display: none;
}
@@ -312,7 +312,7 @@ div.mochaToolbarWrapper.bottom {
}
.mocha.notification .mochaContentBorder {
border-width: 0px;
border-width: 0;
}
.mocha.notification .mochaContentWrapper {
@@ -345,12 +345,12 @@ div.mochaToolbarWrapper.bottom {
}
.jsonExample .mochaTitlebar h3 {
color: #ddd;
color: #dddddd;
}
/* This does not work in IE6. */
.isFocused.jsonExample .mochaTitlebar h3 {
color: #fff;
color: #ffffff;
}
#fxmorpherExample .mochaContentWrapper {
@@ -358,7 +358,7 @@ div.mochaToolbarWrapper.bottom {
}
#clock {
background: #fff;
background: #ffffff;
}
/* Workaround to make invisible buttons clickable */