Mini Kabibi Habibi
QWidget#wgtRoot
{
background:transparent;
}
QWidget#wgtButton
{
background-color: #f4f7f9;
border: solid 1px #f1f5f8;
}
QPushButton#m_btnNextWeek
{
background-color: #f4f7f9;
background-image: url(./Skin/White/AttendanceUI/Attendance/up_p.png);
background-repeat:no-repeat;
background-position: middle;
border:none;
}
QPushButton#m_btnNextWeek:pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/up_p.png);
}
QPushButton#m_btnNextWeek:hover:!pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/up_h.png);
}
QPushButton#m_btnNextWeek:disabled
{
background-image: url(./Skin/White/AttendanceUI/Attendance/up_d.png);
}
QPushButton#m_btnPreWeek
{
background-color: #f4f7f9;
background-image: url(./Skin/White/AttendanceUI/Attendance/down_p.png);
background-repeat:no-repeat;
background-position: middle;
border:none;
}
QPushButton#m_btnPreWeek:pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/down_p.png);
}
QPushButton#m_btnPreWeek:hover:!pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/down_h.png);
}
QPushButton#m_btnPreWeek:disabled
{
background-image: url(./Skin/White/AttendanceUI/Attendance/down_d.png);
}
QWidget#wgtRoot
{
background-color:#ffffff;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}
QLabel#m_labWeek
{
font-stretch: normal;
line-height: 21px;
letter-spacing: 0px;
}
QTableView
{
background-color: #ffffff;
border:none;
font: 12px;
gridline-color: #cccccc;
}
QTableView::item
{
background-color: transparent;
}