Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/styles/light/lightstyle.qss')
-rw-r--r--src/gui/styles/light/lightstyle.qss9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/gui/styles/light/lightstyle.qss b/src/gui/styles/light/lightstyle.qss
index 079907d15..5a8fe64a2 100644
--- a/src/gui/styles/light/lightstyle.qss
+++ b/src/gui/styles/light/lightstyle.qss
@@ -8,11 +8,16 @@ EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled {
background-color: #EDEDED;
}
-QGroupBox::title {
- color: #4B7B19;
+QPushButton:default:hover, QPushButton:checked:hover {
+ /* Using slightly lighter shade from palette(highlight) */
+ background: #568821;
}
QToolTip {
color: #F9F9F9;
background-color: #4D7F1A;
}
+
+QGroupBox::title {
+ color: #4B7B19;
+}