Automated build for v0.01
This commit is contained in:
20
lib/dijit/themes/claro/ProgressBar_rtl.less
Normal file
20
lib/dijit/themes/claro/ProgressBar_rtl.less
Normal file
@ -0,0 +1,20 @@
|
||||
/* ProgressBar
|
||||
*
|
||||
* Styling of the ProgressBar when RTL direction is specified
|
||||
*/
|
||||
|
||||
@import "variables";
|
||||
|
||||
.claro .dijitProgressBarRtl .dijitProgressBarFull {
|
||||
border-left-width: 1px;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
|
||||
.claro .dijitProgressBarIndeterminateRtl .dijitProgressBarTile {
|
||||
-moz-transform: scaleX(-1);
|
||||
-o-transform: scaleX(-1);
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
filter: FlipH;
|
||||
-ms-filter: "FlipH";
|
||||
}
|
Reference in New Issue
Block a user