mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
DarkTheme: Fix color for handles
This commit is contained in:
parent
b1180b3341
commit
f71cca4eba
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue