mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -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;
|
background: #2E582E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QSplitterHandle {
|
||||||
|
background-color: #56565A;
|
||||||
|
}
|
||||||
|
|
||||||
QToolTip {
|
QToolTip {
|
||||||
color: #BFBFBF;
|
color: #BFBFBF;
|
||||||
background-color: #2D532D;
|
background-color: #2D532D;
|
||||||
|
Loading…
Reference in New Issue
Block a user