1234567891011121314151617181920212223242526272829 |
- QFrame#redLine
- {
- background-color:#ff0000;
- }
- .QWidget[whatsThis="unSelect"]
- {
- border-bottom:1px solid #f2f3f4;
- border-top:0px;
- background-color: rgb(255,255,255);
- color: #666666;
- }
- .QWidget[whatsThis="Select"]
- {
- border-bottom:1px solid #f2f3f4;
- border-top:0px;
- background-color: #ffe9e9;
- }
- #numberLabel[whatsThis="unSelect"]
- {
- font-size: 20px;
- color: #666666;
- }
- #numberLabel[whatsThis="Select"]
- {
- font-size: 20px;
- color: #ff2d2d;
- }
|