Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/AttendanceRecordUI/Attendance/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/AttendanceRecordUI/Attendance/CPeriodSelectWidget.qss

QWidget#wgtPersonInfo
{	
	background-color: #f6f6f6;
	border-bottom: 1px solid #cccccc;
}
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/clean-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/clean-p.png);
	color:#3598db;
}
QPushButton#m_pBtnClean:hover:!pressed
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/clean-h.png);
	color:#232629;
}
QPushButton#m_pBtnClean:disabled
{
	background-image: url(./Skin/White/AttendanceRecordUI/Attendance/clean-d.png);
	color:#abb2bd;
}