mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
✏️ Correct color when clicking on list
This commit is contained in:
parent
17e712427d
commit
59fc4fd4a9
@ -4160,8 +4160,8 @@ textarea.form-control-lg {
|
||||
background-color: #343a40;
|
||||
}
|
||||
.list-group-item-action:active {
|
||||
color: #212529;
|
||||
background-color: #e9ecef;
|
||||
color: #b58e51;
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
|
File diff suppressed because one or more lines are too long
@ -27,6 +27,8 @@ $list-group-action-color: $accent;
|
||||
$list-group-bg: $secondary;
|
||||
$list-group-hover-bg: $secondary;
|
||||
$list-group-action-hover-color: #adb5bd;
|
||||
$list-group-action-active-bg: $body-bg;
|
||||
$list-group-action-active-color: $accent;
|
||||
|
||||
$alert-bg-scale: 0%;
|
||||
$alert-border-scale: -10%;
|
||||
|
Loading…
Reference in New Issue
Block a user