HM-SPMS/resource/fr/style/dark/workTicket.qss

22 lines
416 B
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
QPushButton#m_ticket,
QPushButton#m_delete,
QPushButton#m_reTicket{
width:80px;
height:30px;
}
QTabWidget::pane{
background-color: transparent;
border:1px solid #0a5990;
}
QTableView{
border: 1px solid #0a5b93;
color: #027bb3;
gridline-color: #024376;
alternate-background-color: transparent;
background:#022644;
}
QTableView::item:selected{
background-color: #134a72;
color: #02efef;
}