mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
31 lines
766 B
Plaintext
31 lines
766 B
Plaintext
DatabaseWidget:!active, GroupView:!active,
|
|
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
|
EntryPreviewWidget TagsEdit:!active {
|
|
background-color: #404042;
|
|
}
|
|
|
|
DatabaseWidget:disabled, GroupView:disabled,
|
|
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
|
EntryPreviewWidget TagsEdit:disabled {
|
|
background-color: #424242;
|
|
}
|
|
|
|
QPushButton:!default:hover {
|
|
/* Using slightly darker shade from palette(button) */
|
|
background: #252528;
|
|
}
|
|
|
|
QPushButton:default:hover, QPushButton:checked:hover {
|
|
/* Using slightly lighter shade from palette(highlight) */
|
|
background: #2E582E;
|
|
}
|
|
|
|
QToolTip {
|
|
color: #BFBFBF;
|
|
background-color: #2D532D;
|
|
}
|
|
|
|
QGroupBox {
|
|
background-color: palette(light);
|
|
}
|