diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-04 16:53:01 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-04 16:53:01 +0300 |
| commit | 563a46f55a392011d075811b3dc798e9cdcca949 (patch) | |
| tree | 4321fadc393b5cf5bf26929d2fcf017dfc0b8f9a /lib/flat/dijit/Calendar_rtl.css | |
| parent | f679ec2e6e25598c511177d7d160c51d2bdf631e (diff) | |
initial
Diffstat (limited to 'lib/flat/dijit/Calendar_rtl.css')
| -rwxr-xr-x | lib/flat/dijit/Calendar_rtl.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/flat/dijit/Calendar_rtl.css b/lib/flat/dijit/Calendar_rtl.css new file mode 100755 index 000000000..d0b88bf59 --- /dev/null +++ b/lib/flat/dijit/Calendar_rtl.css @@ -0,0 +1,6 @@ +.flat .dijitCalendarRtl .dijitCalendarDecrease:before { + content: "\f001"; +} +.flat .dijitCalendarRtl .dijitCalendarIncrease:before { + content: "\f000"; +} |