1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-16 14:57:44 +02:00
ttrss/lib/flat-ttrss/dijit/Calendar_rtl.styl
2018-12-04 22:24:31 +03:00

17 lines
252 B
Stylus
Executable File

@import 'dijit_variables';
.{$theme-name} {
.dijitCalendarRtl .dijitCalendarDecrease {
&:before {
content: $calendar-icon-increase;
}
}
.dijitCalendarRtl .dijitCalendarIncrease {
&:before {
content: $calendar-icon-decrease;
}
}
}