Prettier about box

This commit is contained in:
Matt Keeter 2014-03-08 15:05:57 -08:00
parent a960f8b2a8
commit 907a76b4ad
3 changed files with 29 additions and 5 deletions

19
src/style.qss Normal file
View file

@ -0,0 +1,19 @@
QWidget {
background-color: "#fdf6e3";
color: "#839496";
}
QPushButton {
background-color: "#eee8d5";
border-top-width: 5px;
border-bottom-width: 5px;
border-left-width: 20px;
border-right-width: 20px;
border-style: flat;
margin: 0px;
color: "#839496";
}
QPushButton:pressed {
background-color: "#ddd7d4";
}