Mini Kabibi Habibi
QWidget#wgtRoot,
QWidget#wgtOperate
{
background-color: #f6f6f6;
border: none;
}
QWidget#wgtFilterBg,
QWidget#wgtTitle
{
background-color: #f6f6f6;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
QWidget#wgtTop
{
background-color: #f6f6f6;
border-bottom: 1px solid #cccccc;
}
QWidget#wgtUnChoose,
QWidget#wgtChoose
{
background-color: #f6f6f6;
border: 1px solid #cccccc;
}
DSGUI--DSTableView#tbvUnChoose
{
border-right: 1px solid #cccccc;
}
QWidget#wgtOperate,
DSGUI--DSTableView#tbvPersonSelect
{
border-left: 1px solid #cccccc;
}
DSGUI--DSTableView#tbvUnChoose > DSGUI--DSHeaderView::section
{
border-top: none;
}
QPushButton#m_pBtnClean
{
background-color: #f6f6f6;
border-left:6px solid #f6f6f6;
border-top:none;
border-bottom:none;
border-right:none;
padding-left:26px;
padding-right:10px;
background-image: url(./Skin/White/AttendanceUI/Attendance/Delete-n.png);
background-repeat:no-repeat;
background-position: left;
text-align:right;
color: #4a4a4a;
}
QPushButton#m_pBtnClean:pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/Delete-p.png);
color:#3598db;
}
QPushButton#m_pBtnClean:hover:!pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/Delete-h.png);
color:#232629;
}
QPushButton#m_pBtnClean:disabled
{
background-image: url(./Skin/White/AttendanceUI/Attendance/Delete-d.png);
color:#abb2bd;
}