QCalendar
{
min-width:182px;
max-height:151px;
max-width:182px;
min-height:151px;
background:#FFFFFF;
}
QCalendar #qt_calendar_navigationbar
{
background:#ffffff;
border-left:1px solid #95AFD8;
border-right:1px solid #95AFD8;
}
QCalendar QToolButton
{
color:Black;
}
QCalendar #qt_calendar_monthbutton
{
padding-right:6px;
}
QCalendar QTableView
{
border:1px solid #95AFD8;
border-top:0px;
background:#FFFFFF;
selection-background-color:#1b4e9d;
}
QCalendar #qt_calendar_nextmonth
{
max-height:20px;
min-height:20px;
border-right:1px solid #95AFD8;
/*background:#ffffff;*/
}
QCalendar #qt_calendar_prevmonth
{
max-height:20px;
min-height:20px;
border-left:1px solid #95AFD8;
/*background:#ffffff;*/
}
QCalendar QMenu
{
background:#ffffff;
border:1px solid gray;
color:Black;
}
QCalendar QMenu::item:selected
{
color:white;
background:#6ea4fb;
}
QCalendar #qt_calendar_yearedit
{
margin-right:2px;
}