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.

18 lines
301 B

ToolTip {
border-radius: 4px;
}
ToolTip > #container {
border: 1px solid rgba(0, 0, 0, 0.06);
background-color: rgb(243, 243, 243);
border-radius: 4px;
}
QLabel {
background-color: transparent;
font: 12px 'Segoe UI', 'Microsoft YaHei';
border: none;
color: black;
}