Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/DustyBlue/AttendanceUI/Attendance/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/DustyBlue/AttendanceUI/Attendance/AttPeriodRestSet.css

QWidget#wgtLeft
{
	background-color: #2e3236;
	border: 1px solid #232629;
}

QWidget#wgtLeftOperator
{
	background-color: #2e3236;
	border-top: 1px solid #232629;
	border-right: 1px solid #232629;
}

QWidget#wgtAttRestList
{
	background-color: #2e3236;
	border-left: 1px solid #232629;
	border-bottom: 1px solid #232629;
	border-right: 1px solid #232629;
}

QWidget#wgtAttRestContain
{
	background-color: #2e3236;
	border: 1px solid #232629;
}

QWidget#wgtContent
{
	background-color: #2e3236;
	border-top: 1px solid #232629;
	border-bottom: 1px solid #232629;
	border-right: 1px solid #232629;
}



QPushButton#btnAdd {
	padding-left: 28px;
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/addnew-n.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
}
QPushButton#btnAdd:hover {
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/addnew-h.png);
	color: #ffffff;
}
QPushButton#btnAdd:pressed {
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/addnew-p.png);
	color: #40c4ff;
}
QPushButton#btnAdd:disabled {
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/addnew-d.png);
}
QPushButton#btnDel {
	padding-left: 28px;
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/Delete-n.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
}
QPushButton#btnDel:hover {
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/Delete-h.png);
	color: #ffffff;
}
QPushButton#btnDel:pressed {
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/Delete-p.png);
	color: #40c4ff;
}
QPushButton#btnDel:disabled {
	background-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/Delete-d.png);
}