|
|
|
|
@ -1373,13 +1373,21 @@ border:0px
|
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.monthview-datetable {
|
|
|
|
|
*{
|
|
|
|
|
font-size: 11px !important;
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
@media screen and (min-width: 300px) and (max-width:360px) {
|
|
|
|
|
*{
|
|
|
|
|
font-size: 9px !important;
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 361px) {
|
|
|
|
|
*{
|
|
|
|
|
font-size: 11px !important;
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
thead th {
|
|
|
|
|
border:none !important;
|
|
|
|
|
color:#888;
|
|
|
|
|
|