Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/AttendanceReportUI/Attendance/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/AttendanceReportUI/Attendance/AttPeriodRest.css

QWidget#wigPeriodRest
{
	background-color: #f6f6f6;
	border: 1px solid #c5c5c5;
}

QPushButton#btnAddRest {
	padding-left: 28px;
	background-image: url(./Skin/White/AttendanceReportUI/Attendance/addnew-n.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
	color:#4a4a4a;
}
QPushButton#btnAddRest:hover {
	background-image: url(./Skin/White/AttendanceReportUI/Attendance/addnew-h.png);
	color: #232629;
}
QPushButton#btnAddRest:pressed {
	background-image: url(./Skin/White/AttendanceReportUI/Attendance/addnew-p.png);
	color: #3598db;
}
QPushButton#btnAddRest:disabled {
	background-image: url(./Skin/White/AttendanceReportUI/Attendance/addnew-d.png);
	color:#abb2bd;
}

QPushButton#btnConfigRest
{
	background-color: transparent;
	font-family: Microsoft YaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #3598db;
}

QWidget#wgtList
{
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
}

QWidget#wgtTop
{
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-top:1px solid #c5c5c5;
}

QTableView#tvPeriodRestList
{
	border:1px solid #c5c5c5;
}