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/CAttendanceModifyRecord.css

QWidget#wigLeftTop
{
	background-color: #2e3236;
	border:1px solid  #232629;
}
QWidget#wgtShiftList
{
	background-color: #2e3236;
	border-left:1px solid  #232629;
	border-right:1px solid  #232629;
	border-bottom:1px solid  #232629;
}
QWidget#widgetRightTop
{
	background-color: #2e3236;
	border-top:1px solid  #232629;
	border-bottom:1px solid  #232629;
	border-right:1px solid  #232629;
}

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

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

QWidget#wgtRightThree
{
	background-color: #2e3236;
	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);
}