1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/themes/default/fileTransferInstance/filetransferWidget.css

28 lines
409 B
CSS
Raw Normal View History

[fontColor="white"] QLabel {
2019-02-23 00:01:43 +08:00
color: white;
font: @big;
2014-11-18 03:08:55 +08:00
}
[fontColor="black"] QLabel {
2019-02-23 00:01:43 +08:00
color: @statusActive;
font: @big;
2014-11-18 03:08:55 +08:00
}
QPushButton {
margin:0;
2015-01-27 17:49:18 +08:00
border: none;
2015-02-14 19:14:09 +08:00
}
2014-11-18 03:08:55 +08:00
QProgressBar {
2019-02-23 00:01:43 +08:00
border: 2px solid @statusActive;
2015-02-14 19:14:09 +08:00
border-radius: 0px;
2019-02-23 00:01:43 +08:00
background-color: @statusActive;
2014-11-18 03:08:55 +08:00
}
QProgressBar::chunk {
2019-03-23 20:58:44 +08:00
background-color: @transferMiddle;
2015-01-27 17:49:18 +08:00
width: 1px;
2019-02-23 00:01:43 +08:00
}