Mini Kabibi Habibi
QWidget#wgtLeft
{
background-color: #f5f6f6;
border: 1px solid #c5c5c5;
}
QWidget#wgtLeftOperator
{
background-color: #f5f6f6;
border-top: 1px solid #c5c5c5;
border-right: 1px solid #c5c5c5;
}
QWidget#wgtAttRestList
{
background-color: #f5f6f6;
border-left: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
border-right: 1px solid #c5c5c5;
}
QWidget#wgtAttRestContain
{
background-color: #f5f6f6;
border: 1px solid #c5c5c5;
}
QWidget#wgtContent
{
background-color: #ffffff;
border-top: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
border-right: 1px solid #c5c5c5;
}
QPushButton#btnAdd {
padding-left: 28px;
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-n.png);
background-repeat: no-repeat;
background-position: left;
background-color: transparent;
color:#4a4a4a;
}
QPushButton#btnAdd:hover {
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-h.png);
color: #232629;
}
QPushButton#btnAdd:pressed {
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-p.png);
color: #3598db;
}
QPushButton#btnAdd:disabled {
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/addnew-d.png);
color:#abb2bd;
}
QPushButton#btnDel {
padding-left: 28px;
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/Delete-n.png);
background-repeat: no-repeat;
background-position: left;
background-color: transparent;
color:#4a4a4a;
}
QPushButton#btnDel:hover {
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/Delete-h.png);
color: #232629;
}
QPushButton#btnDel:pressed {
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/Delete-p.png);
color: #3598db;
}
QPushButton#btnDel:disabled {
background-image: url(./Skin/White/AttendanceRecordUI/Attendance/Delete-d.png);
color:#abb2bd;
}