31 lines
509 B
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
QFrame#MainFrame{
border:none;
2025-04-16 15:01:08 +08:00
background-color: transparent;
2025-03-20 17:30:43 +08:00
}
HandoverWidget QFrame#MainFrame{
2025-04-16 15:01:08 +08:00
background-color: transparent;
2025-03-20 17:30:43 +08:00
}
QFrame#Frame{
border:none;
background-color: transparent;
}
QFrame#frame_2{
border:none;
background-color: transparent;
}
QPushButton#iconButton{
2025-04-16 15:01:08 +08:00
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);
2025-03-20 17:30:43 +08:00
}