35 lines
573 B
Plaintext
35 lines
573 B
Plaintext
|
|
QFrame#MainFrame{
|
||
|
|
border:none;
|
||
|
|
background-color: #031624;
|
||
|
|
}
|
||
|
|
HandoverWidget QFrame#MainFrame{
|
||
|
|
background-color: #0d3756;
|
||
|
|
}
|
||
|
|
|
||
|
|
QFrame#Frame{
|
||
|
|
border:none;
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
QFrame#frame_2{
|
||
|
|
border:none;
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
QPushButton#iconButton{
|
||
|
|
background:#001529;
|
||
|
|
image:url(../../resource/zh/public/dark/icon/calendar.png);
|
||
|
|
}
|
||
|
|
|
||
|
|
QPushButton#iconButton:hover{
|
||
|
|
background:#027bec;
|
||
|
|
}
|
||
|
|
QToolButton{
|
||
|
|
border: 0px solid #0669af;
|
||
|
|
border-radius: 0px;
|
||
|
|
background-color: #0b2a51;
|
||
|
|
min-height:26px;
|
||
|
|
width:80px;
|
||
|
|
color:#01a6ec;
|
||
|
|
}
|
||
|
|
|