Mini Kabibi Habibi
QWidget#wigLeftTop
{
background-color: #f5f6f6;
border:1px solid #c5c5c5;
}
QWidget#wgtShiftList
{
background-color: #f5f6f6;
border-left:1px solid #c5c5c5;
border-right:1px solid #c5c5c5;
border-bottom:1px solid #c5c5c5;
}
QWidget#widgetRightTop
{
background-color: #f5f6f6;
border-top:1px solid #c5c5c5;
border-bottom:1px solid #c5c5c5;
border-right:1px solid #c5c5c5;
}
QWidget#wgtAllocationDetails
{
background-color: #ffffff;
border-bottom:1px solid #c5c5c5;
border-right:1px solid #c5c5c5;
}
QWidget#wigRightSec
{
background-color: #ffffff;
border-right:1px solid #c5c5c5;
}
QWidget#wgtRightThree
{
background-color: #ffffff;
border-bottom:1px solid #c5c5c5;
border-right:1px solid #c5c5c5;
}
QPushButton#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#btnAdd:hover {
background-image: url(./Skin/White/AttendanceUI/Attendance/addnew-h.png);
color: #232629;
}
QPushButton#btnAdd:pressed {
background-image: url(./Skin/White/AttendanceUI/Attendance/addnew-p.png);
color: #3598db;
}
QPushButton#btnAdd:disabled {
background-image: url(./Skin/White/AttendanceUI/Attendance/addnew-d.png);
color: #abb2bd;
}
QPushButton#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#btnDel:hover {
background-image: url(./Skin/White/AttendanceUI/Attendance/Delete-h.png);
color: #232629;
}
QPushButton#btnDel:pressed {
background-image: url(./Skin/White/AttendanceUI/Attendance/Delete-p.png);
color: #3598db;
}
QPushButton#btnDel:disabled {
background-image: url(./Skin/White/AttendanceUI/Attendance/Delete-d.png);
color: #abb2bd;
}