"interface/css/prism.css"
],
"rules": {
+ "alpha-value-notation": null,
"at-rule-empty-line-before": null,
"color-hex-length": null,
"comment-empty-line-before": null,
"indentation": 4,
"number-leading-zero": null,
- "rule-empty-line-before": null
+ "property-no-vendor-prefix": null,
+ "rule-empty-line-before": null,
+ "value-no-vendor-prefix": null
}
}
THE SOFTWARE.
*/
+/* stylelint-disable selector-id-pattern */
+
/* bootstrap 4 overrides */
:root {
font-size: 14px;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 20px;
- border-bottom-color: rgb(231, 231, 231);
- border-bottom-style: solid;
- border-bottom-width: 1px;
+ border-bottom: 1px solid rgb(231 231 231);
}
.nav-pills .nav-link.active {
background-color: #e7e7e7;
content: none;
}
.footable .btn-outline-secondary {
- border-color: rgb(108, 117, 125);
+ border-color: rgb(108 117 125);
}
.footable .btn-group > .btn:not(:first-child),
.footable .btn-group > .btn-group:not(:first-child) > .btn {
background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
+
+ /* IE6-9 */
/* stylelint-disable-next-line function-name-case */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfdfd", endColorstr="#eaeaea", GradientType=0);
}
.card-header > .icon > svg {
vertical-align: middle;
}
/* Font Awesome icons size */
-.svg-inline--fa {
+.svg-inline--fa { /* stylelint-disable-line selector-class-pattern */
font-size: 16px;
}
/* Increase refresh button spinner speed */
}
.scorebar-spam {
- background-color: rgba(240, 0, 0, 0.1) !important;
+ background-color: rgba(240 0 0 / 0.1) !important;
}
.scorebar-ham {
- background: rgba(100, 230, 80, 0.1) !important;
+ background: rgba(100 230 80 / 0.1) !important;
}
.danger .icon {
.codejar-wrap,
#editor.map-textarea,
#editor.map-textarea:focus {
- background: rgb(0, 47, 79);
+ background: rgb(0 47 79);
color: silver;
}
.codejar-wrap {
scrollbar-width: thin;
}
.codejar-linenumbers {
- background: rgba(255, 255, 255, 0.07) !important;
+ background: rgba(255 255 255 / 0.07) !important;
bottom: unset !important;
- color: rgba(120, 120, 120, 1) !important;
+ color: rgba(120 120 120 / 1) !important;
height: inherit;
mix-blend-mode: unset !important;
text-align: right;