UI tweaks, finish proxy settings input

This commit is contained in:
NBTX
2019-08-29 23:58:10 +01:00
parent bac9dd1eec
commit ca568cd3eb
5 changed files with 68 additions and 37 deletions

View File

@@ -84,6 +84,11 @@ button {
font-weight: 700;
font-size: 16px;
cursor: pointer;
&[disabled], &.disabled {
opacity: 0.7;
cursor: default;
}
}
fieldset {
@@ -220,7 +225,7 @@ input[type="checkbox"] {
background-color: var(--err-color);
}
.disabled {
.disabled, input[disabled] {
background-color: var(--err-color);
color: #b2b2b2;
}