MVP_CMVPNodeItem.qss 448 B

1234567891011121314151617181920212223242526272829
  1. QFrame#redLine
  2. {
  3. background-color:#ff0000;
  4. }
  5. .QWidget[whatsThis="unSelect"]
  6. {
  7. border-bottom:1px solid #f2f3f4;
  8. border-top:0px;
  9. background-color: rgb(255,255,255);
  10. color: #666666;
  11. }
  12. .QWidget[whatsThis="Select"]
  13. {
  14. border-bottom:1px solid #f2f3f4;
  15. border-top:0px;
  16. background-color: #ffe9e9;
  17. }
  18. #numberLabel[whatsThis="unSelect"]
  19. {
  20. font-size: 20px;
  21. color: #666666;
  22. }
  23. #numberLabel[whatsThis="Select"]
  24. {
  25. font-size: 20px;
  26. color: #ff2d2d;
  27. }