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

classicstyle.qss « base « styles « gui « src - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 653edd5bb2ea59860d9864af595eb18d9a615f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DatabaseOpenWidget #loginFrame {
    border: 2px groove palette(mid);
    background: palette(light);
}

QToolTip {
    padding: 3px;
}

DatabaseWidget #SearchBanner, DatabaseWidget #KeeShareBanner {
    font-weight: bold;
    background-color: rgb(94, 161, 14);
    border: 1px solid rgb(190, 190, 190);
    padding: 2px;
}