mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 08:15:32 -04:00
entry preview: blend background of tags when inactive
This commit is contained in:
parent
bfbc0e5ec6
commit
acce1bc5ce
2 changed files with 8 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
||||||
DatabaseWidget:!active, GroupView:!active,
|
DatabaseWidget:!active, GroupView:!active,
|
||||||
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active {
|
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
||||||
|
EntryPreviewWidget TagsEdit:!active {
|
||||||
background-color: #404042;
|
background-color: #404042;
|
||||||
}
|
}
|
||||||
|
|
||||||
DatabaseWidget:disabled, GroupView:disabled,
|
DatabaseWidget:disabled, GroupView:disabled,
|
||||||
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled {
|
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
||||||
|
EntryPreviewWidget TagsEdit:disabled {
|
||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
DatabaseWidget:!active, GroupView:!active,
|
DatabaseWidget:!active, GroupView:!active,
|
||||||
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active {
|
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
|
||||||
|
EntryPreviewWidget TagsEdit:!active {
|
||||||
background-color: #FCFCFC;
|
background-color: #FCFCFC;
|
||||||
}
|
}
|
||||||
|
|
||||||
DatabaseWidget:disabled, GroupView:disabled,
|
DatabaseWidget:disabled, GroupView:disabled,
|
||||||
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled {
|
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
|
||||||
|
EntryPreviewWidget TagsEdit:disabled {
|
||||||
background-color: #EDEDED;
|
background-color: #EDEDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue