1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:55:56 +00:00
Files
tt-rss/lib/flat/dijit/Calendar_rtl.styl
Andrew Dolgov 563a46f55a initial
2018-12-04 16:53:01 +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;
}
}
}