Mini Kabibi Habibi

Current Path : C:/Program Files/SmartPSSLite/Skin/White/AttendanceUI/Attendance/
Upload File :
Current File : C:/Program Files/SmartPSSLite/Skin/White/AttendanceUI/Attendance/AttPeriodListMaintenance.css

QWidget#wgtLabTop,
QWidget#widgetOperator
{
	background-color: #f5f6f6;
	border: 1px solid #c5c5c5;
}

QWidget#btnWidget
{
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	background-color: #f5f6f6;
}

QWidget#wgtFrame
{
	background-color:#f5f6fa;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
}

QWidget#wgtTop,
QWidget#wgtPeriodContain
{
	background-color: #f5f6f6;
}

QWidget#tsTimeSet1,
QWidget#tsTimeSet2,
QWidget#tsTimeSet3,
QWidget#tsTimeSet4
{
	background-color: #ffffff;
	border: none;
}

QWidget#gbClassTopInfo,
QWidget#wgtModel
{
	background-color: #ffffff;
}

QWidget#wgtList
{
	background-color: #ffffff;
	border-left: 1px solid #c5c5c5;
}

QScrollArea#scrollArea
{
	background:#ffffff;
	border: none;
}

QScrollBar{width:5px;height:5px;}
QWidget#scrollAreaWidgetContents,
QWidget#wgtTsTime,
QWidget#tabWidget
{
	background-color:transparent;
	border: none;
}

QWidget#wigTop,
QWidget#wigBottom
{
	background-color: #ffffff;
	box-shadow: 0px 1px 4px 0px 
		rgba(21, 34, 50, 0.08);
	border-radius: 8px;
	border: 1px solid #e9edf5;
}

QFrame#line,
QFrame#line_2
{
	border-top:1px solid #d7dbec;
}

QLabel#label_2,
QLabel#label_4
{
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
}

QLabel#lbPicture
{
	border-image: url(./Skin/White/AttendanceUI/Attendance/PeriodBackground.png);
}

QWidget#wigAttType
{
	background-color: #ffffff;
}
 QWidget#wigAttType QPushButton
{
	border-width: 0 22px 0 4px;
	border-image: url(./Skin/White/AttendanceUI/Attendance/btn_unchecked.png) 0 22 0 4;
}
 QWidget#wigAttType QPushButton:checked
{
	border-image: url(./Skin/White/AttendanceUI/Attendance/btn_checked.png) 0 22 0 4;
}

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

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

QPushButton#pBtnFixedAtt,
QPushButton#pBtnFlexibleAtt
{
    background:transparent;
	border:none;
	color:#4a4a4a;
}

QPushButton#pBtnFixedAtt:pressed,
QPushButton#pBtnFlexibleAtt:pressed,
QPushButton#pBtnFixedAtt:checked,
QPushButton#pBtnFlexibleAtt:checked
{
   background:transparent;
   border:none;
   border-bottom:3px solid #3598db;
   color:#3598db;
}

QPushButton#btnHelp 
{
	border-image: url(./Skin/White/AttendanceUI/Attendance/Explain-n.png);
}
QPushButton#btnHelp:hover 
{
	border-image: url(./Skin/White/AttendanceUI/Attendance/Explain-h.png);
}
QPushButton#btnHelp:pressed
{
	border-image: url(./Skin/White/AttendanceUI/Attendance/Explain-h.png);
}
QPushButton#btnHelp:disabled
{
	border-image: url(./Skin/White/AttendanceUI/Attendance/Explain-n.png);
}

QPushButton#btnRestAtten 
{
	background-color: #ffffff;
}