HM-SPMS/resource/zh/style/dark/BriefReport.qss
2025-04-15 17:31:52 +08:00

70 lines
1.1 KiB
Plaintext

QLineEdit#iconLineEdit{
color:#FFFFFF;
background:transparent;
border:2px solid #6088BA;
}
QPushButton#ok{
width:19px;
height:119px;
}
QPushButton#iconButton{
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);
}
QTabWidget::pane{
border:none;
}
QTabWidget QStackedWidget{
background:transparent;
}
QPushButton#DayButton,
QPushButton#WeekButton,
QPushButton#MonthButton,
QPushButton#QuarterButton,
QPushButton#YearButton{
width:30px;
}
QTableView#TableWidget1{
border:1px solid #6088BA;
background:transparent;
color: #1D2E57;
}
QTableView#TableWidget2{
border:1px solid #6088BA;
background:transparent;
color: #1D2E57;
}
QTableView#TableWidget3{
border:1px solid #6088BA;
background:transparent;
color:#1D2E57;
}
QTableView#TableWidget4{
border:1px solid #6088BA;
background:transparent;
color: #1D2E57;
}
QToolButton{
border: 0px solid #0669af;
border-radius: 0px;
background-color: #0b2a51;
min-height:26px;
width:80px;
color:#01a6ec;
}