76 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

QLineEdit#searchTextEdit
{
background: #FDFDFD;/*不建议设为透明否则table编辑时会字显示*/
selection-background-color: #096ae4;
selection-color:#FDFDFD;
border: 1px solid #B2B9C3;
border-radius: 0px;
padding: 1 1 1 1px;
height:22px;
}
QPushButton#ok{
height:26px;
width:100px;
}
QPushButton#searchButton:hover {
background-color: #d1e3f8;
}
QPushButton#searchButton:pressed {
background-color: #d1e3f8;
padding: 2px -1px -2px 1px;
}
QPushButton#searchButton{
border:0px;
background:white;
image:url(../../product/common/resource/zh/public/light/icon/search.png);
}
QPushButton#iconButton{
border-radius:0px;
border:none;
image:url(../../product/common/resource/zh/public/light/icon/calendar.png);
}
CAlarmInhibitDialog QPushButton{
width:80px;
height:30px;
}
CMyCalendar QLineEdit{
height:26px;
}
CMyCalendar QPushButton{
height:26px;
border-radius:0px;
}
QTreeWidget#area::item {
height:23px;
}
/*
QTableView {
color:#333333;
outline:0px;
border: 1px solid #cccfd9;
alternate-background-color: #f4f8fb;
background-color:white;
qproperty-showGrid:false;
}*/
/* =============================================== */
/* QHeaderView for list table */
/* =============================================== */
QHeaderView::down-arrow
{
subcontrol-position:center right;
padding-right:10px;
image:url(../../product/common/resource/zh/public/light/icon/box-up-normal.png);
}
QHeaderView::up-arrow
{
subcontrol-position:center right;
padding-right:10px;
image:url(../../product/common/resource/zh/public/light/icon/box-down-normal.png);
}