mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Improve button hover effect for checked buttons
This commit is contained in:
parent
8a7bdd5b95
commit
c0c0ef9fe8
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue