mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Console: indicate which log level is active
This commit is contained in:
parent
8781486d6a
commit
d85d9d0224
2 changed files with 24 additions and 8 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue