QDateEdit
{
border: 1px solid rgb(22,63,23);
color: rgb(233, 233, 233);
}
QDateEdit:on { /* shift the text when the popup opens */
padding-top: 3px;
padding-left: 4px;
}
QDateEdit::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;
width: 20px;
border-left-color: darkgray;
border-left-style: solid; /* just a single line */
border-top-right-radius: 3px; /* same radius as the QComboBox */
border-bottom-right-radius: 3px;
}
QDateEdit::down-arrow {
image: url(:/YxStreamClient/Resources/comboxarrow.png);
}
QDateEdit::down-arrow:on { /* shift the arrow when popup is open */
top: 1px;
left: 1px;
}
QCalendarWidget QTableView
{
alternate-background-color: rgb( 2, 65, 130);
}
