1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/fileTransferInstance/filetransferWidget.css
2015-01-27 10:49:18 +01:00

25 lines
337 B
CSS

[fontColor="white"] QLabel {
color:white;
font:@medium;
}
[fontColor="black"] QLabel {
color:black;
font:@medium;
}
QPushButton {
margin:0;
border: none;
}
QProgressBar {
border: 2px solid black;
border-radius: 4px;
background-color: @mediumGrey;
}
QProgressBar::chunk {
background-color: @lightGrey;
width: 1px;
}