summaryrefslogtreecommitdiff
path: root/lib/flat-ttrss/dijit/Calendar_rtl.styl
blob: dc93e4bd5c4da450358291110b1bcb57201aeb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import 'dijit_variables';

.{$theme-name} {

	.dijitCalendarRtl .dijitCalendarDecrease {
		&:before {
			content: $calendar-icon-increase;
		}
	}

	.dijitCalendarRtl .dijitCalendarIncrease {
		&:before {
			content: $calendar-icon-decrease;
		}
	}
	
}