Clean up stylesheet
This commit is contained in:
parent
9cf9becd65
commit
87b19e0607
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
QWidget {
|
QWidget {
|
||||||
background-color: "#fdf6e3";
|
background-color: #fdf6e3;
|
||||||
color: "#839496";
|
color: #839496;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton {
|
QPushButton {
|
||||||
background-color: "#eee8d5";
|
background-color: #eee8d5;
|
||||||
border-top-width: 5px;
|
border-top-width: 5px;
|
||||||
border-bottom-width: 5px;
|
border-bottom-width: 5px;
|
||||||
border-left-width: 20px;
|
border-left-width: 30px;
|
||||||
border-right-width: 20px;
|
border-right-width: 30px;
|
||||||
border-style: flat;
|
border-style: flat;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: "#839496";
|
color: #839496;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:pressed {
|
QPushButton:pressed {
|
||||||
background-color: "#ddd7d4";
|
background-color: #ddd7d4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue