HM-SPMS/resource/zh/style/dark/StationNavWidget.qss

20 lines
347 B
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
CStationNavWidget{
background-color:#0a2355;
font: 14pt "Microsoft YaHei";
/*min-width: 1000px;*/
/*max-width:1000px;*/
/*min-height: 100px;*/
/*max-height: 100px;*/
}
QPushButton{
border: none;
color: #FFFFFF;
font-size: 14px;
}
QPushButton:hover{
border: none;
color: #38e8fd;
font-size: 14px;
}