47 lines
800 B
Plaintext
47 lines
800 B
Plaintext
|
|
CDragListWidget#userList{
|
||
|
|
border:1px solid #cccfd9;
|
||
|
|
background:white;
|
||
|
|
}
|
||
|
|
QLabel{
|
||
|
|
padding:5px;
|
||
|
|
border:1px solid #cccfd9;
|
||
|
|
background:white;
|
||
|
|
}
|
||
|
|
QLabel#label{
|
||
|
|
padding:5px;
|
||
|
|
border:0px solid #cccfd9;
|
||
|
|
background:white;
|
||
|
|
}
|
||
|
|
QLabel#label_0,
|
||
|
|
QLabel#label_1,
|
||
|
|
QLabel#label_2,
|
||
|
|
QLabel#label_3,
|
||
|
|
QLabel#label_4,
|
||
|
|
QLabel#label_5,
|
||
|
|
QLabel#label_6,
|
||
|
|
QLabel#label_7{
|
||
|
|
border:1px solid #cccfd9;
|
||
|
|
background:white;
|
||
|
|
}
|
||
|
|
QLabel#label_0{
|
||
|
|
min-width: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
QPushButton#pushButton_del{
|
||
|
|
width: 120px;
|
||
|
|
}
|
||
|
|
|
||
|
|
QListWidget#dropWidget{
|
||
|
|
background:white;
|
||
|
|
color:#333333;
|
||
|
|
border:1px solid #cccfd9;
|
||
|
|
}
|
||
|
|
QListWidget#dropWidget:hover,
|
||
|
|
QListWidget#dropWidget:focus{
|
||
|
|
background-color: rgba(9,106,228,38);
|
||
|
|
}
|
||
|
|
QListWidget#dropWidget::item{
|
||
|
|
height:30px;
|
||
|
|
border-bottom:1px solid #cccfd9;
|
||
|
|
outline:0px;
|
||
|
|
}
|