HM-SPMS/resource/en/style/dark/DeviceNavWidget.qss
2025-03-20 17:30:43 +08:00

26 lines
503 B
Plaintext

CDeviceNavWidget{
/*min-width: 2000px;*/
/*min-height: 48px;*/
/*max-height: 48px;*/
border: 1px solid #0a2a6b;
background: qlineargradient(x1:0, y1:0,x2:1,y2:0,
stop: 0 #125cb5,
stop: 0.26 #0e428d,
stop: 1 #0a2864);
opacity: 0.4;
}
QPushButton{
font-size: 16px;
font-family: Microsoft YaHei;
border: none;
color: #a7bee3;
}
QPushButton:hover{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
border: none;
color: #e6c72e;
}