ui improvements (file transfers)
This commit is contained in:
parent
9ad2adaf5a
commit
aa940f92e5
6 changed files with 22 additions and 21 deletions
|
@ -22,16 +22,6 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
QProgressBar:horizontal {
|
||||
border: 1px solid #3A3939;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
background: #201F1F;
|
||||
}
|
||||
QProgressBar::chunk:horizontal {
|
||||
background-color: qlineargradient(spread:reflect, x1:1, y1:0.545, x2:1, y2:0, stop:0 rgba(28, 66, 111, 255), stop:1 rgba(37, 87, 146, 255));
|
||||
}
|
||||
|
||||
QToolTip
|
||||
{
|
||||
border: 1px solid #3A3939;
|
||||
|
@ -63,6 +53,16 @@ QWidget:item:selected
|
|||
background-color: #A9A9A9;
|
||||
}
|
||||
|
||||
QProgressBar:horizontal {
|
||||
border: 1px solid #3A3939;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
background: #201F1F;
|
||||
}
|
||||
QProgressBar::chunk:horizontal {
|
||||
background-color: qlineargradient(spread:reflect, x1:1, y1:0.545, x2:1, y2:0, stop:0 rgba(28, 66, 111, 255), stop:1 rgba(37, 87, 146, 255));
|
||||
}
|
||||
|
||||
QCheckBox
|
||||
{
|
||||
spacing: 5px;
|
||||
|
@ -1267,5 +1267,4 @@ QPushButton:hover
|
|||
#toxygen
|
||||
{
|
||||
color: #A9A9A9;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue