state_tool_tip.qss 334 B

123456789101112131415161718192021
  1. StateToolTip,
  2. ToastToolTip {
  3. background-color: --ThemeColorDark1;
  4. border: none;
  5. border-radius: 7px;
  6. }
  7. QLabel {
  8. color: white;
  9. background-color: transparent;
  10. font-family: 'Segoe UI', 'Microsoft YaHei';
  11. border: none;
  12. }
  13. QLabel#titleLabel {
  14. font-size: 14px;
  15. }
  16. QLabel#contentLabel {
  17. font-size: 13px;
  18. }