projects
/
fstl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Preliminary packaging of 0.9.2-1
[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
}