7 lines
156 B
CSS
7 lines
156 B
CSS
|
.flat .dijitCalendarRtl .dijitCalendarDecrease:before {
|
||
|
content: "\f001";
|
||
|
}
|
||
|
.flat .dijitCalendarRtl .dijitCalendarIncrease:before {
|
||
|
content: "\f000";
|
||
|
}
|