139 lines
2.5 KiB
Plaintext
Raw Normal View History

2025-03-20 17:30:43 +08:00
QAbstractItemView::item:selected:focus {
2025-05-09 13:46:27 +08:00
background: #5da5fb;
2025-03-20 17:30:43 +08:00
color: #FFFFFF;
}
QAbstractItemView::item:selected:!focus {
2025-05-09 13:46:27 +08:00
background: #5da5fb;
2025-03-20 17:30:43 +08:00
color: #FFFFFF;
}
QAbstractItemView::item:selected:active {
2025-05-09 13:46:27 +08:00
background: #5da5fb;
2025-03-20 17:30:43 +08:00
color: #FFFFFF;
}
/*
margin:
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(../../resource/zh/public/dark/icon/search.png);
}
QPushButton#iconButton{
background:#0b2a51;
image:url(../../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;
2025-08-16 21:18:34 +08:00
font-size:30px;
border:0px solid #0669af;
2025-03-20 17:30:43 +08:00
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;
}
2026-01-06 04:47:40 +08:00
*/
QTableView {
font-size:20px;;
}