]> git.sur5r.net Git - fstl/blob - qt/style.qss
Reference pull request for fix-qt-project
[fstl] / qt / style.qss
1 QWidget {
2     background-color: #fdf6e3;
3     color: #839496;
4 }
5
6 QPushButton {
7     background-color: #eee8d5;
8     border-top-width: 5px;
9     border-bottom-width: 5px;
10     border-left-width: 30px;
11     border-right-width: 30px;
12     border-style: flat;
13     margin: 0px;
14     color: #839496;
15 }
16
17 QPushButton:pressed {
18     background-color: #ddd7c4;
19 }