You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/flat-ttrss/dijit/Calendar_rtl.styl

17 lines
252 B
Stylus

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