added .gitignore
[fapman] / misc / style.css
1 QWidget#centralWidget > QPushButton {
2         border-radius: 16px;
3         border-width: 1px;
4         border-color: rgb(210, 210, 210);
5         border-style: outset;
6         padding-right: 5px;
7         padding-left: 5px;
8         background-color: rgba(255, 255, 255, 50);
9 }
10
11 QWidget#centralWidget > QPushButton:pressed {
12         border-style: inset;
13         background-color: rgba(255, 255, 255, 120);
14 }