]> git.wh0rd.org Git - tt-rss.git/blob - lib/dijit/themes/claro/ProgressBar_rtl.less
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / themes / claro / ProgressBar_rtl.less
1 /* ProgressBar
2  * 
3  * Styling of the ProgressBar when RTL direction is specified
4  */
5  
6 @import "variables";
7  
8 .claro  .dijitProgressBarRtl .dijitProgressBarFull {
9         border-left-width: 1px;
10         border-right-width: 0px;
11 }
12
13 .claro .dijitProgressBarIndeterminateRtl .dijitProgressBarTile {
14         -moz-transform: scaleX(-1);
15         -o-transform: scaleX(-1);
16         -webkit-transform: scaleX(-1);
17         transform: scaleX(-1);
18         filter: FlipH;
19         -ms-filter: "FlipH";
20 }