File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
DatabaseWidget:!active, GroupView:!active,
2
+ DatabaseWidget #groupView:!active, DatabaseWidget #tagView:!active,
2
3
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
3
- EntryPreviewWidget TagsEdit:!active {
4
+ EntryPreviewWidget TagsEdit:!active, QStatusBar:!active {
4
5
background-color: #404042;
5
6
}
6
7
7
8
DatabaseWidget:disabled, GroupView:disabled,
9
+ DatabaseWidget #groupView:disabled, DatabaseWidget #tagView:disabled,
8
10
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
9
- EntryPreviewWidget TagsEdit:disabled {
11
+ EntryPreviewWidget TagsEdit:disabled, QStatusBar:disabled {
10
12
background-color: #424242;
11
13
}
12
14
Original file line number Diff line number Diff line change 1
1
DatabaseWidget:!active, GroupView:!active,
2
+ DatabaseWidget #groupView:!active, DatabaseWidget #tagView:!active,
2
3
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active,
3
- EntryPreviewWidget TagsEdit:!active {
4
+ EntryPreviewWidget TagsEdit:!active, QStatusBar:!active {
4
5
background-color: #FCFCFC;
5
6
}
6
7
7
8
DatabaseWidget:disabled, GroupView:disabled,
9
+ DatabaseWidget #groupView:disabled, DatabaseWidget #tagView:disabled,
8
10
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled,
9
- EntryPreviewWidget TagsEdit:disabled {
11
+ EntryPreviewWidget TagsEdit:disabled, QStatusBar:disabled {
10
12
background-color: #EDEDED;
11
13
}
12
14
You can’t perform that action at this time.
0 commit comments