HX_CoalFlowDetect/component/ZDateEdit/qss/zDateTimeEdit.qss

17 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2024-11-01 17:40:37 +08:00
QPushButton#popupButton{
border-image: url(:/component/ZDateEdit/Resources/popupButton.png);min-height:20px;max-height:20px;min-width:20px;max-width:20px;background-color:#ffffff;
}
QLabel{color:#cadfff; font-size:12px;}
QLabel#labelWeekend{color:#00caff;}
QLable#label_splite{font: bold 14px;}
QWidget#widgetTitle{background-color:#061f65;}
QWidget#baseWidget{background-color:#EE013B6B;border-radius: 11px;}
2024-11-05 17:48:05 +08:00
QComboBox{background-color: transparent; selection-background-color: transparent; color:#ffffff; font-size: 14px; min-height: 20px; border:0px solid}
2024-11-01 17:40:37 +08:00
QComboBox::down-arrow{ image:url(:/component/ZDateEdit/Resources/ComboBoxArrow.png); }
QComboBox::down-arrow:on{ top: 1px; left: 1px; } QComboBox::drop-down{ width: 26px; border:none; }
QComboBox QAbstractItemView {border: none; outline:0px;} QComboBox QAbstractItemView::item{ height: 26px; min-height:26px;}
QComboBox QAbstractItemView::item:selected{ background-color: #0087f1; color: #e6ebf1;} QComboBox QAbstractItemView::item:!selected {background-color: #e6ebf1; color: #000000;}