You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
501 B
Stylus
27 lines
501 B
Stylus
@import 'dijit_form_variables';
|
|
|
|
.{$theme-name} {
|
|
|
|
.dijitSelectRtl {
|
|
.dijitButtonText {
|
|
float: right;
|
|
padding: 0 $input-padding*3 0 0;
|
|
}
|
|
.dijitButtonContents {
|
|
border-style: none none none solid;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.dijitComboBoxRtl {
|
|
.dijitButtonNode.dijitArrowButtonContainer {
|
|
border-radius: $button-border-radius 0 0 $button-border-radius;
|
|
}
|
|
|
|
.dijitArrowButtonContainer {
|
|
border-right-width: 1px !important;
|
|
border-left-width: 0 !important;
|
|
}
|
|
}
|
|
|
|
} |