Big reorganization
This commit is contained in:
parent
b903eced97
commit
44fb4197ca
11 changed files with 45 additions and 40 deletions
19
qt/style.qss
Normal file
19
qt/style.qss
Normal 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: 30px;
|
||||
border-right-width: 30px;
|
||||
border-style: flat;
|
||||
margin: 0px;
|
||||
color: #839496;
|
||||
}
|
||||
|
||||
QPushButton:pressed {
|
||||
background-color: #ddd7d4;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue