64 lines
1.4 KiB
Plaintext
64 lines
1.4 KiB
Plaintext
QFrame#frame{
|
|
border:1px solid #0669af;
|
|
}
|
|
QFrame#eventHeadFrame{
|
|
border-bottom: 1px solid #0669af;
|
|
}
|
|
QFrame#eventCentralFrame{
|
|
background:#0b2a51;
|
|
border:1px solid #0669af;
|
|
border-top:0px solid #0669af;
|
|
}
|
|
|
|
QCheckBox#checkLevel::hover,
|
|
QCheckBox#checkLocation::hover,
|
|
QCheckBox#checkType::hover,
|
|
QCheckBox#checkRegion::hover{
|
|
background:transparent;
|
|
}
|
|
|
|
QPushButton#iconButton{
|
|
border:none;
|
|
border-radius:0px;
|
|
image:url(../../product/common/resource/zh/public/dark/icon/calendar.png);
|
|
}
|
|
QPushButton#realEventButton{
|
|
width: 100px;
|
|
height: 28px;
|
|
background-color:#0b2a51;
|
|
color:#01a6ec;
|
|
border-radius: 0px;
|
|
border:1px solid #0669af;
|
|
border-right:0px solid #0669af;
|
|
}
|
|
QPushButton#hisEventButton{
|
|
width: 100px;
|
|
height: 28px;
|
|
background-color:#0b2a51;
|
|
color:#01a6ec;
|
|
border-radius: 0px;
|
|
border:1px solid #0669af;
|
|
}
|
|
|
|
QPushButton#hisEventButton::disabled,QPushButton#realEventButton::disabled {
|
|
border-bottom:1px solid #0669af;
|
|
}
|
|
QPushButton#hisEventButton::checked,QPushButton#realEventButton::checked {
|
|
color:#02efef;
|
|
border-bottom:0px solid #0669af;
|
|
}
|
|
QPushButton#realSearchButton,
|
|
QPushButton#hisSearchButton{
|
|
background:#0b2a51;
|
|
image:url(../../product/common/resource/zh/public/dark/icon/search.png);
|
|
}
|
|
QPushButton#realSearchButton:hover,
|
|
QPushButton#hisSearchButton:hover {
|
|
background-color: #134a72;
|
|
}
|
|
QLineEdit#realSearchEdit,
|
|
QLineEdit#hisSearchEdit {
|
|
border:none;
|
|
color:#01a6ec;
|
|
background:#0b2a51;
|
|
} |