mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 06:49:46 -05:00
DarkTheme: Fix color for handles
This commit is contained in:
parent
b1180b3341
commit
f71cca4eba
@ -31,6 +31,10 @@ QPushButton:default:hover, QPushButton:checked:hover {
|
||||
background: #2E582E;
|
||||
}
|
||||
|
||||
QSplitterHandle {
|
||||
background-color: #56565A;
|
||||
}
|
||||
|
||||
QToolTip {
|
||||
color: #BFBFBF;
|
||||
background-color: #2D532D;
|
||||
|
Loading…
Reference in New Issue
Block a user