mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 01:22:25 +02:00
Modified QSS for new UI (QProgressBar)
This commit is contained in:
parent
0ed7b959d7
commit
a732cbf300
1 changed files with 12 additions and 1 deletions
|
@ -20,12 +20,23 @@ QLabel#infoLabel {
|
|||
color: #666666;
|
||||
}
|
||||
|
||||
QProgressBar {
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
background-color: #BFE4E4;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
QProgressBar::chunk {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-width: 0;
|
||||
border-radius: 9px;
|
||||
font-size: 18px;
|
||||
padding: 17px 0px 15px;
|
||||
width: 107px;
|
||||
width: 120px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue