1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/fileTransferWidget/fileTransferWidget.css

16 lines
252 B
CSS
Raw Normal View History

2014-07-05 07:59:11 +08:00
#default {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
background-color: rgb(209,209,209);
}
#error {
border-radius: 6px;
background-color: rgb(200,78,78);
}
#success {
border-radius: 6px;
background-color: rgb(107,194,96);
}