mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 20:48:12 +08:00
fix almost invisible buttons on options page, closes #297
This commit is contained in:
parent
030d12a465
commit
ded3f605be
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ div.ui-tooltip {
|
|||
height: 150px;
|
||||
}
|
||||
|
||||
.btn:not(.btn-primary):not(.btn-danger) {
|
||||
.btn:not(.btn-primary):not(.btn-secondary):not(.btn-danger) {
|
||||
border-color: #ddd;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue