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.

17 lines
293 B

ToolTip {
border-radius: 4px;
}
ToolTip > #container {
background-color: rgb(43, 43, 43);
border: 1px solid rgb(28, 28, 28);
border-radius: 4px;
}
QLabel {
background-color: transparent;
font: 12px 'Segoe UI', 'Microsoft YaHei';
color: white;
border: none;
}