mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-22 23:49:58 -05:00
Do not hard-code colors in classic stylesheet for SearchBanner/KeeShareBanner
Having the green-ish hard-coded color makes the banner stand out too much when the platform native theming is used.
This commit is contained in:
parent
029b4c25ac
commit
378c2992cd
@ -9,8 +9,9 @@ QToolTip {
|
||||
|
||||
DatabaseWidget #SearchBanner, DatabaseWidget #KeeShareBanner {
|
||||
font-weight: bold;
|
||||
background-color: rgb(94, 161, 14);
|
||||
border: 1px solid rgb(190, 190, 190);
|
||||
background-color: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
border: 1px solid palette(dark);
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user