mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fixed background color when window is out of focus
This commit is contained in:
committed by
Jonathan White
parent
2836364e1a
commit
bd4bdc6a3f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user