35 lines
588 B
Plaintext
Raw Permalink Normal View History

2024-10-30 11:54:46 +08:00
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(../../product/common/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;
}