mirror of
https://github.com/zadam/trilium.git
synced 2025-02-20 21:13:11 +08:00
styling of active button
This commit is contained in:
parent
384da60953
commit
5988776b7e
1 changed files with 6 additions and 0 deletions
|
@ -435,6 +435,12 @@ div.ui-tooltip {
|
|||
color: var(--primary-button-text-color);
|
||||
}
|
||||
|
||||
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
|
||||
border-color: var(--primary-button-text-color);
|
||||
background-color: var(--active-item-background-color);
|
||||
color: var(--active-item-text-color);
|
||||
}
|
||||
|
||||
.btn.btn-primary kbd {
|
||||
color: var(--primary-button-text-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue