Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lightstyle.qss « light « styles « gui « src - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 079907d156131e5412cf0e5f27aecadd1532b211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DatabaseWidget:!active, GroupView:!active,
EntryPreviewWidget QLineEdit:!active, EntryPreviewWidget QTextEdit:!active {
    background-color: #FCFCFC;
}

DatabaseWidget:disabled, GroupView:disabled,
EntryPreviewWidget QLineEdit:disabled, EntryPreviewWidget QTextEdit:disabled {
    background-color: #EDEDED;
}

QGroupBox::title {
    color: #4B7B19;
}

QToolTip {
    color: #F9F9F9;
    background-color: #4D7F1A;
}