19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
DatabaseWidget:!active, GroupView:!active,
|
|
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active {
|
|
background-color: #404042;
|
|
}
|
|
|
|
DatabaseWidget:disabled, GroupView:disabled,
|
|
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled {
|
|
background-color: #424242;
|
|
}
|
|
|
|
QToolTip {
|
|
color: #BFBFBF;
|
|
background-color: #2D532D;
|
|
}
|
|
|
|
QGroupBox {
|
|
background-color: palette(light);
|
|
}
|