Console: indicate which log level is active

This commit is contained in:
dr|z3d 2021-08-19 21:42:47 +00:00
parent 8781486d6a
commit d85d9d0224
2 changed files with 24 additions and 8 deletions

View file

@ -314,11 +314,15 @@ a.button:hover, a.button:focus {
background: var(--button_hover) !important;
}
button:active, a.button:active, .slide label:active, td.streamid:active {
button:active, a.button:active, .slide label:active, td.streamid:active, .button.selected {
box-shadow: var(--highlight), var(--active_shadow);
background: var(--button_active) !important;
}
.button.selected {
pointer-events: none;
}
.streamid:hover a {
color: var(--link_hover);
}
@ -1459,6 +1463,11 @@ input[type=checkbox]:checked + label::after {
.note {
padding: 15px 90px !important;
}
.button.selected {
padding-left: 16px;
background: var(--yes) no-repeat 10px center / 12px, var(--button_active) !important;
}
}
@media screen and (min-width: 1200px) and (min-height: 600px) {