mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 23:07:11 -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);
|
background: palette(mid);
|
||||||
}
|
}
|
||||||
|
|
||||||
PasswordGeneratorWidget QPushButton:checked {
|
QPushButton:checked {
|
||||||
background: palette(highlight);
|
background: palette(highlight);
|
||||||
color: palette(highlighted-text);
|
color: palette(highlighted-text);
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ QPushButton:!default:hover {
|
|||||||
background: #252528;
|
background: #252528;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:default:hover {
|
QPushButton:default:hover, QPushButton:checked:hover {
|
||||||
/* Using slightly lighter shade from palette(highlight) */
|
/* Using slightly lighter shade from palette(highlight) */
|
||||||
background: #2E582E;
|
background: #2E582E;
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled {
|
|||||||
background-color: #EDEDED;
|
background-color: #EDEDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:default:hover {
|
QPushButton:default:hover, QPushButton:checked:hover {
|
||||||
/* Using slightly lighter shade from palette(highlight) */
|
/* Using slightly lighter shade from palette(highlight) */
|
||||||
background: #568821;
|
background: #568821;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user