Mini Kabibi Habibi
QWidget#frmPeriodLabel{
background-color: #f6f6f6;
}
QWidget#wgtOperation{
background-color: #ffffff;
border-top: 1px solid #cccccc;
}
QPushButton#m_pBtnAdd
{
background-color: #ffffff;
border-left:6px solid #ffffff;
border-top:none;
border-bottom:none;
border-right:none;
padding-left:26px;
padding-right:10px;
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-n.png);
background-repeat:no-repeat;
background-position: left;
text-align:right;
color: #4a4a4a;
}
QPushButton#m_pBtnAdd:pressed
{
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-p.png);
color:#3598db;
}
QPushButton#m_pBtnAdd:hover:!pressed
{
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-h.png);
color:#232629;
}
QPushButton#m_pBtnAdd:disabled
{
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-d.png);
color:#abb2bd;
}
QPushButton#m_pBtnClean
{
background-color: #ffffff;
border-left:6px solid #ffffff;
border-top:none;
border-bottom:none;
border-right:none;
padding-left:26px;
padding-right:10px;
background-image: url(./Skin/White/AttendanceRecordUI/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/AttendanceRecordUI/Attendance/Delete-p.png);
color:#3598db;
}
QPushButton#m_pBtnClean:hover:!pressed
{
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/Delete-h.png);
color:#232629;
}
QPushButton#m_pBtnClean:disabled
{
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/Delete-d.png);
color:#abb2bd;
}