mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-18 06:20:39 -04:00
Fixed background color when window is out of focus
This commit is contained in:
parent
2738a72b43
commit
d03ffc228c
2 changed files with 8 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
||||||
DatabaseWidget:!active, GroupView:!active,
|
DatabaseWidget:!active, GroupView:!active,
|
||||||
|
DatabaseWidget #groupView:!active, DatabaseWidget #tagView:!active,
|
||||||
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
||||||
EntryPreviewWidget TagsEdit:!active {
|
EntryPreviewWidget TagsEdit:!active, QStatusBar:!active {
|
||||||
background-color: #404042;
|
background-color: #404042;
|
||||||
}
|
}
|
||||||
|
|
||||||
DatabaseWidget:disabled, GroupView:disabled,
|
DatabaseWidget:disabled, GroupView:disabled,
|
||||||
|
DatabaseWidget #groupView:disabled, DatabaseWidget #tagView:disabled,
|
||||||
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
||||||
EntryPreviewWidget TagsEdit:disabled {
|
EntryPreviewWidget TagsEdit:disabled, QStatusBar:disabled {
|
||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
DatabaseWidget:!active, GroupView:!active,
|
DatabaseWidget:!active, GroupView:!active,
|
||||||
|
DatabaseWidget #groupView:!active, DatabaseWidget #tagView:!active,
|
||||||
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
||||||
EntryPreviewWidget TagsEdit:!active {
|
EntryPreviewWidget TagsEdit:!active, QStatusBar:!active {
|
||||||
background-color: #FCFCFC;
|
background-color: #FCFCFC;
|
||||||
}
|
}
|
||||||
|
|
||||||
DatabaseWidget:disabled, GroupView:disabled,
|
DatabaseWidget:disabled, GroupView:disabled,
|
||||||
|
DatabaseWidget #groupView:disabled, DatabaseWidget #tagView:disabled,
|
||||||
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
||||||
EntryPreviewWidget TagsEdit:disabled {
|
EntryPreviewWidget TagsEdit:disabled, QStatusBar:disabled {
|
||||||
background-color: #EDEDED;
|
background-color: #EDEDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue