blob: e64cdf22ff6439453b50b38ea826486562807f83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.dijitRtl .dijitCalendarDecrease {
background-position: -30px top;
}
.dijitRtl .dijitCalendarIncrease {
background-position: 0px top;
}
.dj_ie6 .dijitRtl .dijitCalendarIncrease {
background-position: 0px top;
}
.dj_ie6 .dijitRtl .dijitCalendarDecrease {
background-position: -30px top;
}
|