Improve locked category display

This commit is contained in:
Ajay
2022-09-01 16:10:57 -04:00
parent 29ea112b4f
commit fcecd1163d
3 changed files with 15 additions and 4 deletions

View File

@@ -317,6 +317,10 @@ input[type='number'] {
color: grey;
}
.disabled .slider {
cursor: default;
}
tr.disabled {
opacity: 0.3;
}
@@ -358,6 +362,10 @@ tr.disabled {
padding: 4px;
}
.switch-label {
width: inherit;
}
.switch {
position: relative;
display: inline-block;