]> git.sur5r.net Git - fstl/blob - src/style.qss
Prettier about box
[fstl] / src / 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: 20px;
11     border-right-width: 20px;
12     border-style: flat;
13     margin: 0px;
14     color: "#839496";
15 }
16
17 QPushButton:pressed {
18     background-color: "#ddd7d4";
19 }