mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +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;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QProgressBar {
|
||||||
|
border: 0px;
|
||||||
|
border-radius: 0px;
|
||||||
|
background-color: #BFE4E4;
|
||||||
|
margin-right: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QProgressBar::chunk {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton {
|
QPushButton {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 17px 0px 15px;
|
padding: 17px 0px 15px;
|
||||||
width: 107px;
|
width: 120px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue