You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
334 B

StateToolTip,
ToastToolTip {
background-color: --ThemeColorDark1;
border: none;
border-radius: 7px;
}
QLabel {
color: white;
background-color: transparent;
font-family: 'Segoe UI', 'Microsoft YaHei';
border: none;
}
QLabel#titleLabel {
font-size: 14px;
}
QLabel#contentLabel {
font-size: 13px;
}