Mini Kabibi Habibi
QWidget#wgtRoot, #wgtTop
{
background:transparent;
}
QWidget#wgtButton
{
background:#f6f6f6;
}
QPushButton#m_btnPreMonth
{
background-color: #dfdfdf;
background-image: url(./Skin/White/AttendanceUI/Attendance/up-n.png);
background-repeat:no-repeat;
background-position: middle;
border:none;
}
QPushButton#m_btnPreMonth:pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/up-p.png);
}
QPushButton#m_btnPreMonth:hover:!pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/up-h.png);
}
QPushButton#m_btnPreMonth:disabled
{
background-image: url(./Skin/White/AttendanceUI/Attendance/up-d.png);
}
QPushButton#m_btnNextMonth
{
background-color: #dfdfdf;
background-image: url(./Skin/White/AttendanceUI/Attendance/down-n.png);
background-repeat:no-repeat;
background-position: middle;
border:none;
}
QPushButton#m_btnNextMonth:pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/down-p.png);
}
QPushButton#m_btnNextMonth:hover:!pressed
{
background-image: url(./Skin/White/AttendanceUI/Attendance/down-h.png);
}
QPushButton#m_btnNextMonth:disabled
{
background-image: url(./Skin/White/AttendanceUI/Attendance/down-d.png);
}
QLabel#m_labIcon
{
border-image: url(./Skin/White/AttendanceUI/Attendance/Tip.png);
}
QWidget#wgtMonth
{
background-color:#ffffff;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}
QLabel#m_labMonth
{
background-color:#f6f6f6;
border: none;
}
QTableView
{
background-color: #ffffff;
border:none;
font: 12px;
gridline-color: #cccccc;
}
QTableView::item
{
background-color: transparent;
}