115 lines
2.2 KiB
Plaintext
115 lines
2.2 KiB
Plaintext
|
|
QFrame#frame{
|
|
border:none;
|
|
background-color: #0b2a51;
|
|
}
|
|
QFrame#frame_alarm{
|
|
background-color: #0b2a51;
|
|
}
|
|
QTreeWidget#area::item {
|
|
height:23px;
|
|
}
|
|
QTreeWidget#area{
|
|
border:1px solid #0669af;
|
|
background-color:#0b2a51;
|
|
}
|
|
QLineEdit#searchTextEdit {
|
|
border:none;
|
|
color:#01a6ec;
|
|
background:#0b2a51;
|
|
}
|
|
|
|
QLineEdit#iconLineEdit{
|
|
color:#01a6ec;
|
|
background:#0b2a51;
|
|
border:1px solid #0669af;
|
|
}
|
|
QLineEdit#lineEdit,QLineEdit#lineEdit_2 {
|
|
color:#01a6ec;
|
|
background:#0b2a51;
|
|
border:1px solid #0669af;
|
|
}
|
|
|
|
QPushButton#searchButton{
|
|
background:#0b2a51;
|
|
image:url(../../product/common/resource/zh/public/dark/icon/search.png);
|
|
}
|
|
QPushButton#iconButton{
|
|
background:#0b2a51;
|
|
image:url(../../product/common/resource/zh/public/dark/icon/calendar.png);
|
|
}
|
|
QPushButton#searchButton:hover{
|
|
color:#02efef;
|
|
background:#134a72;
|
|
}
|
|
QPushButton#iconButton:hover{
|
|
color:#02efef;
|
|
background:#134a72;
|
|
}
|
|
QLabel#filterRow,QLabel#label,
|
|
QLabel#label_2,QLabel#label_3,QLabel#label_4,QLabel#label_5,QLabel#label_6,QLabel#showRow{
|
|
color:#01a6ec;
|
|
}
|
|
|
|
QPushButton#ok{
|
|
height:26px;
|
|
width:80px;
|
|
}
|
|
|
|
QDialog#alarm_dialog{
|
|
background-color:#0b2a51;
|
|
}
|
|
QLineEdit#keyWord{
|
|
color:#01a6ec;
|
|
border:1px solid #0669af;
|
|
background-color:#0b2a51;
|
|
}
|
|
QCheckBox#checkBox{
|
|
color:#01a6ec;
|
|
background:#0b2a51;
|
|
}
|
|
|
|
QCheckBox#checkLevel,QCheckBox#checkLocation,
|
|
QCheckBox#checkStatus,QCheckBox#checkRegion{
|
|
color:#01a6ec;
|
|
}
|
|
QRadioButton#confirm,QRadioButton#unConfirm{
|
|
color:#01a6ec;
|
|
}
|
|
|
|
QDateTimeEdit#startTime,QDateTimeEdit#endTime{
|
|
color:#01a6ec;
|
|
border:1px solid #0669af;
|
|
background-color:#0b2a51;
|
|
}
|
|
QDialog#CAlarmInhibitDialog{
|
|
background-color:#0b2a51;
|
|
}
|
|
QDialog#CAlarmSetDlg{
|
|
background-color:#0b2a51;
|
|
}
|
|
|
|
QTreeView#aiAlarmTreeView {
|
|
show-decoration-selected:1;
|
|
border:0px solid #0669af;
|
|
color:#01a6ec;
|
|
background-color:#0b2a51;
|
|
alternate-background-color: #09314d;
|
|
}
|
|
|
|
QTableView#alarmView {
|
|
color:#01a6ec;
|
|
border:0px solid #0669af;
|
|
gridline-color:#09304c;
|
|
alternate-background-color: #09314d;
|
|
selection-background-color:#d1e3f8;
|
|
background-color:#0b2a51;
|
|
}
|
|
QToolButton{
|
|
border: 0px solid #0669af;
|
|
border-radius: 0px;
|
|
background-color: #0b2a51;
|
|
min-height:26px;
|
|
width:80px;
|
|
color:#01a6ec;
|
|
} |