[refactor] Enabled Stylelint 'color-hex-length'

This commit is contained in:
Steven Evans
2018-07-09 16:11:18 -04:00
parent 1eee47dd3e
commit 71d80ae5a4
10 changed files with 96 additions and 96 deletions
+15 -15
View File
@@ -85,7 +85,7 @@
padding-bottom: 0px;
float:center;
background-color: #555;
color: #ffffff;
color: #fff;
}
#script-editor-filename {
@@ -93,7 +93,7 @@
display: inline-block;
float: center;
resize: none;
color: #ffffff;
color: #fff;
margin: 4px;
padding: 2px;
@@ -112,20 +112,20 @@
#script-editor-status {
float: left;
color: #ffffff;
color: #fff;
}
#script-editor-options-panel {
position:absolute;
right: 9%;
bottom:15%;
border:2px solid #ffffff;
border:2px solid #fff;
width:19%;
background-color:#444;
padding:2px;
overflow:auto;
z-index: 1;
color: #ffffff;
color: #fff;
}
#script-editor-options-panel fieldset {
@@ -155,7 +155,7 @@
.active-scripts-server-header {
background-color: #444;
font-size: 20px;
color: #ffffff;
color: #fff;
margin: 6px 6px 0px 6px;
padding: 6px;
cursor: pointer;
@@ -177,7 +177,7 @@
.active-scripts-server-header:after {
content: '\02795'; /* "plus" sign (+) */
font-size: 13px;
color: #ffffff;
color: #fff;
float: right;
margin-left: 5px;
}
@@ -185,7 +185,7 @@
.active-scripts-server-header.active:after {
content: "\2796"; /* "minus" sign (-) */
font-size: 13px;
color: #ffffff;
color: #fff;
float: right;
margin-left: 5px;
}
@@ -255,7 +255,7 @@
.active-scripts-script-panel li {
background-color: #555;
width: auto;
color: #ffffff;
color: #fff;
margin-left: 5%;
}
@@ -276,7 +276,7 @@
.active-scripts-button:hover,
.active-scripts-button:focus {
color: #ffffff;
color: #fff;
text-decoration: none;
cursor: pointer;
}
@@ -539,7 +539,7 @@
#infiltration-left-panel,
#infiltration-right-panel {
display:inline-block;
border: 1px solid #ffffff;
border: 1px solid #fff;
width: 35%;
height: 75%;
top: 10px;
@@ -548,7 +548,7 @@
}
#infiltration-faction-select {
color:#ffffff;
color:#fff;
}
#infiltration-left-panel p,
@@ -582,12 +582,12 @@
padding: 4px;
margin: 2px;
background-color: #000;
border: 1px solid #ffffff;
border: 1px solid #fff;
color: var(--my-font-color);
}
.stock-market-position-text {
color:#ffffff;
color:#fff;
display:inline-block;
}
@@ -598,7 +598,7 @@
.stock-market-order-cancel-btn {
background-color: #000;
border: 1px solid #ffffff;
border: 1px solid #fff;
color: var(--my-font-color);
margin: 2px;
padding: 0px;