mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 08:19:50 -05:00
Improve button hover effect for checked buttons
This commit is contained in:
parent
8a7bdd5b95
commit
c0c0ef9fe8
@ -8,7 +8,7 @@ QPushButton:!default:hover {
|
||||
background: palette(mid);
|
||||
}
|
||||
|
||||
PasswordGeneratorWidget QPushButton:checked {
|
||||
QPushButton:checked {
|
||||
background: palette(highlight);
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ QPushButton:!default:hover {
|
||||
background: #252528;
|
||||
}
|
||||
|
||||
QPushButton:default:hover {
|
||||
QPushButton:default:hover, QPushButton:checked:hover {
|
||||
/* Using slightly lighter shade from palette(highlight) */
|
||||
background: #2E582E;
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled {
|
||||
background-color: #EDEDED;
|
||||
}
|
||||
|
||||
QPushButton:default:hover {
|
||||
QPushButton:default:hover, QPushButton:checked:hover {
|
||||
/* Using slightly lighter shade from palette(highlight) */
|
||||
background: #568821;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user