162 lines
3.0 KiB
Plaintext
162 lines
3.0 KiB
Plaintext
QAbstractItemView::item:selected:focus {
|
|
background: #5da5fb;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
QAbstractItemView::item:selected:!focus {
|
|
background: #5da5fb;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
QAbstractItemView::item:selected:active {
|
|
background: #5da5fb;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
QTableView {
|
|
font-size:20px;;
|
|
}
|
|
|
|
/* =============================================== */
|
|
/* searchButton搜索框 */
|
|
/* =============================================== */
|
|
QPushButton#hisSearchButton{
|
|
background:transparent;
|
|
min-height:22px;
|
|
max-width:22px;
|
|
border:none;
|
|
margin-left:0px;
|
|
padding: 0 5 0 5px;
|
|
image:url(../../resource/zh/public/dark/icon/search.png);
|
|
}
|
|
|
|
QLineEdit#hisSearchButton {
|
|
border:none;
|
|
background:transparent;
|
|
}
|
|
QPushButton#realSearchButton{
|
|
background:transparent;
|
|
min-height:22px;
|
|
max-width:22px;
|
|
border:none;
|
|
margin-left:0px;
|
|
padding: 0 5 0 5px;
|
|
image:url(../../resource/zh/public/dark/icon/search.png);
|
|
}
|
|
|
|
QLineEdit#realSearchButton {
|
|
border:none;
|
|
background:transparent;
|
|
}
|
|
|
|
|
|
|
|
QComboBox
|
|
{
|
|
min-width:120px;
|
|
}
|
|
|
|
QComboBox QLineEdit
|
|
{
|
|
padding: 0px;
|
|
border: 0px;
|
|
}
|
|
|
|
QLineEdit#iconLineEdit {
|
|
min-width: 280px;
|
|
max-width: 280px;
|
|
padding: -9px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
QLineEdit#iconLineEdit QPushButton
|
|
{
|
|
background:transparent;
|
|
margin:-20px;
|
|
margin-right:-20px;
|
|
image:url(../../resource/zh/public/dark/icon/calendar.png);
|
|
}
|
|
|
|
QFrame#frame{
|
|
border: 0px;
|
|
}
|
|
|
|
/* 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;
|
|
} */
|
|
|
|
/*
|
|
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(../../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(../../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;
|
|
}
|
|
|
|
*/ |