mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -05:00
Fixed background color when window is out of focus
This commit is contained in:
parent
2738a72b43
commit
d03ffc228c
@ -1,12 +1,14 @@
|
||||
DatabaseWidget:!active, GroupView:!active,
|
||||
DatabaseWidget #groupView:!active, DatabaseWidget #tagView:!active,
|
||||
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
||||
EntryPreviewWidget TagsEdit:!active {
|
||||
EntryPreviewWidget TagsEdit:!active, QStatusBar:!active {
|
||||
background-color: #404042;
|
||||
}
|
||||
|
||||
DatabaseWidget:disabled, GroupView:disabled,
|
||||
DatabaseWidget #groupView:disabled, DatabaseWidget #tagView:disabled,
|
||||
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
||||
EntryPreviewWidget TagsEdit:disabled {
|
||||
EntryPreviewWidget TagsEdit:disabled, QStatusBar:disabled {
|
||||
background-color: #424242;
|
||||
}
|
||||
|
||||
|
@ -1,12 +1,14 @@
|
||||
DatabaseWidget:!active, GroupView:!active,
|
||||
DatabaseWidget #groupView:!active, DatabaseWidget #tagView:!active,
|
||||
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
||||
EntryPreviewWidget TagsEdit:!active {
|
||||
EntryPreviewWidget TagsEdit:!active, QStatusBar:!active {
|
||||
background-color: #FCFCFC;
|
||||
}
|
||||
|
||||
DatabaseWidget:disabled, GroupView:disabled,
|
||||
DatabaseWidget #groupView:disabled, DatabaseWidget #tagView:disabled,
|
||||
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
||||
EntryPreviewWidget TagsEdit:disabled {
|
||||
EntryPreviewWidget TagsEdit:disabled, QStatusBar:disabled {
|
||||
background-color: #EDEDED;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user