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

212 lines
3.8 KiB
Plaintext

QFrame#frame{
border:none;
background-color: #0b2a51;
}
QFrame#frame_event{
background-color: #0c3569;
}
QLineEdit#iconLineEdit{
color:#027bb3;
background:#072d48;
border:1px solid #0669af;
height:22px;
}
QPushButton#ok{
width:80px;
height:26px;
}
QPushButton#iconButton{
background:#001529;
image:url(../../resource/zh/public/dark/icon/calendar.png);
}
QPushButton#iconButton:hover{
background:#027bec;
}
QFrame#MainFrame{
border:none;
background-color: rgba(3,22,36,1);
}
QFrame#Frame{
border:none;
background-color: rgba(3,22,36,1);
}
QTabWidget::pane{
border:none;
}
QTabWidget QStackedWidget{
background:transparent;
}
QPushButton#DayButton,
QPushButton#WeekButton,
QPushButton#MonthButton,
QPushButton#QuarterButton,
QPushButton#YearButton{
width:30px;
border-radius:0px;
color: #027bb3;
background:#0d3756;
}
QPushButton#DayButton:pressed,
QPushButton#WeekButton:pressed,
QPushButton#MonthButton:pressed,
QPushButton#QuarterButton:pressed,
QPushButton#YearButton:pressed{
color:#02efef;
background:#0069eb;
}
QPushButton#DayButton:hover,
QPushButton#WeekButton:hover,
QPushButton#MonthButton:hover,
QPushButton#QuarterButton:hover,
QPushButton#YearButton:hover{
color:#02efef;
background-color: #0069eb;
}
QPushButton#DayButton:checked,
QPushButton#WeekButton:checked,
QPushButton#MonthButton:checked,
QPushButton#QuarterButton:checked,
QPushButton#YearButton:checked{
color:#02efef;
background-color: #0069eb;
}
QPushButton#ExportButton{
border-radius:0px;
color: #027bb3;
background:#0d3756;
}
QPushButton#ExportButton:pressed{
color:#02efef;
background:#0069eb;
}
QPushButton#ExportButton:hover{
color:#02efef;
background-color: #0069eb;
}
QPushButton#QueryButton{
border-radius:0px;
color: #027bb3;
background:#0d3756;
}
QPushButton#QueryButton:pressed{
color:#02efef;
background:#0069eb;
}
QPushButton#QueryButton:hover{
color:#02efef;
background-color: #0069eb;
}
QPushButton#PushButton1{
border-radius:0px;
min-width:200px;
color: #027bb3;
background:#0d3756;
}
QPushButton#PushButton1:pressed{
color: #02efef;
background:#0069eb;
}
QPushButton#PushButton1:hover{
color: #02efef;
background-color: #0069eb;
}
QPushButton#PushButton2{
border-radius:0px;
min-width:200px;
color: #027bb3;
background:#0d3756;
}
QPushButton#PushButton2:pressed{
color: #02efef;
background:#0069eb;
}
QPushButton#PushButton2:hover{
color: #02efef;
background-color: #0069eb;
}
QPushButton#PushButton3{
border-radius:0px;
min-width:200px;
color: #027bb3;
background:#0d3756;
}
QPushButton#PushButton3:pressed{
color: #02efef;
background:#0069eb;
}
QPushButton#PushButton3:hover{
color: #02efef;
background-color: #0069eb;
}
QPushButton#PushButton4{
border-radius:0px;
min-width:200px;
color: #027bb3;
background:#0d3756;
}
QPushButton#PushButton4:pressed{
color: #02efef;
background:#0069eb;
}
QPushButton#PushButton4:hover{
color: #02efef;
background-color: #0069eb;
}
QPushButton#PushButton1:checked,
QPushButton#PushButton2:checked,
QPushButton#PushButton3:checked,
QPushButton#PushButton4:checked{
color:#02efef;
background-color: #0069eb;
}
QTableView#TableWidget1{
border:1px solid #024376;
background:transparent;
color: rgba(1,139,219,1);
}
QTableView#TableWidget2{
border:1px solid #024376;
background:transparent;
color: rgba(1,139,219,1);
}
QTableView#TableWidget3{
border:1px solid #024376;
background:transparent;
color: rgba(1,139,219,1);
}
QTableView#TableWidget4{
border:1px solid #024376;
background:transparent;
color: rgba(1,139,219,1);
}
QHeaderView::section{
border:1px;
height:30px;
color: rgba(1,139,219,1);
background-color:rgba(13,55,86,1);
}
QHeaderView{
background-color:rgba(13,55,86,1);
}
QToolButton{
border: 0px solid #0669af;
border-radius: 0px;
background-color: #0b2a51;
min-height:26px;
width:80px;
color:#01a6ec;
}