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

QWidget#wgtShowSummary
{
	background-color: #2e3236;
	box-shadow: 0px 8px 20px 0px 
		rgba(35, 38, 41, 0.15);
	border:1px solid #232629;
}

QWidget#wgtShowHeader
{
	background-color: #3f4348;
	border-top:1px solid #232629;
	border-bottom:1px solid #232629;
}

/**
 * 显示隐藏缩略图列表控件
 */
QPushButton#btnShow:checked
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideOpen_Rectangle.png) 0 42 0 0;
}

QPushButton#btnShow:checked:hover
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideOpen_Rectangle.png) 0 28 0 14;
}

QPushButton#btnShow:checked:pressed
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideOpen_Rectangle.png) 0 14 0 28;
}

QPushButton#btnShow:checked:disabled
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideOpen_Rectangle.png) 0 0 0 42;
}

QPushButton#btnShow
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideClose_Rectangle.png) 0 42 0 0;
}

QPushButton#btnShow:hover
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideClose_Rectangle.png) 0 28 0 14;
}

QPushButton#btnShow:pressed
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideClose_Rectangle.png) 0 14 0 28;
}

QPushButton#btnShow:disabled
{
	border-image: url(./Skin/DustyBlue/AttendanceUI/Attendance/SideClose_Rectangle.png) 0 0 0 42;
}