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

70 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-04-15 17:31:52 +08:00
2025-03-20 17:30:43 +08:00
QLineEdit#iconLineEdit{
2025-04-15 17:31:52 +08:00
color:#FFFFFF;
background:transparent;
border:2px solid #6088BA;
2025-03-20 17:30:43 +08:00
}
QPushButton#ok{
2025-04-15 17:31:52 +08:00
width:19px;
height:119px;
2025-03-20 17:30:43 +08:00
}
QPushButton#iconButton{
2025-04-15 17:31:52 +08:00
max-height:25px;
max-width:19px;
min-height:26px;
min-width:19px;
max-height:26px;
max-width:19px;
border: 0px solid #6088BA;
background:transparent;
image:url(../../resource/zh/public/dark/icon/calendar.png);
2025-03-20 17:30:43 +08:00
}
QTabWidget::pane{
border:none;
}
QTabWidget QStackedWidget{
background:transparent;
}
QPushButton#DayButton,
QPushButton#WeekButton,
QPushButton#MonthButton,
QPushButton#QuarterButton,
QPushButton#YearButton{
width:30px;
}
QTableView#TableWidget1{
2025-04-15 17:31:52 +08:00
border:1px solid #6088BA;
2025-03-20 17:30:43 +08:00
background:transparent;
2025-04-15 17:31:52 +08:00
color: #1D2E57;
2025-03-20 17:30:43 +08:00
}
QTableView#TableWidget2{
2025-04-15 17:31:52 +08:00
border:1px solid #6088BA;
2025-03-20 17:30:43 +08:00
background:transparent;
2025-04-15 17:31:52 +08:00
color: #1D2E57;
2025-03-20 17:30:43 +08:00
}
QTableView#TableWidget3{
2025-04-15 17:31:52 +08:00
border:1px solid #6088BA;
2025-03-20 17:30:43 +08:00
background:transparent;
2025-04-15 17:31:52 +08:00
color:#1D2E57;
2025-03-20 17:30:43 +08:00
}
QTableView#TableWidget4{
2025-04-15 17:31:52 +08:00
border:1px solid #6088BA;
2025-03-20 17:30:43 +08:00
background:transparent;
2025-04-15 17:31:52 +08:00
color: #1D2E57;
2025-03-20 17:30:43 +08:00
}
2025-04-15 17:31:52 +08:00
2025-03-20 17:30:43 +08:00
QToolButton{
border: 0px solid #0669af;
border-radius: 0px;
background-color: #0b2a51;
min-height:26px;
width:80px;
color:#01a6ec;
}