mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 22:09:15 +00:00
7 lines
156 B
CSS
Executable File
7 lines
156 B
CSS
Executable File
.flat .dijitCalendarRtl .dijitCalendarDecrease:before {
|
|
content: "\f001";
|
|
}
|
|
.flat .dijitCalendarRtl .dijitCalendarIncrease:before {
|
|
content: "\f000";
|
|
}
|