mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
entry preview: blend background of tags when inactive
This commit is contained in:
committed by
Jonathan White
parent
bfbc0e5ec6
commit
acce1bc5ce
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user