31 lines
509 B
Plaintext
31 lines
509 B
Plaintext
QFrame#MainFrame{
|
|
border:none;
|
|
background-color: transparent;
|
|
}
|
|
HandoverWidget QFrame#MainFrame{
|
|
background-color: transparent;
|
|
}
|
|
|
|
QFrame#Frame{
|
|
border:none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
QFrame#frame_2{
|
|
border:none;
|
|
background-color: transparent;
|
|
}
|
|
QPushButton#iconButton{
|
|
max-height:25px;
|
|
max-width:19px;
|
|
min-height:26px;
|
|
min-width:19px;
|
|
max-height:26px;
|
|
max-width:19px;
|
|
border: 0px solid #6088BA;
|
|
background:transparent;
|
|
image:url(../../resource/zh/public/dark/icon/calendar.png);
|
|
}
|
|
|
|
|