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.
16 lines
417 B
CSS
16 lines
417 B
CSS
.flat .dijitSelectRtl .dijitButtonText {
|
|
float: right;
|
|
padding: 0 12px 0 0;
|
|
}
|
|
.flat .dijitSelectRtl .dijitButtonContents {
|
|
border-style: none none none solid;
|
|
text-align: right;
|
|
}
|
|
.flat .dijitComboBoxRtl .dijitButtonNode.dijitArrowButtonContainer {
|
|
border-radius: 4px 0 0 4px;
|
|
}
|
|
.flat .dijitComboBoxRtl .dijitArrowButtonContainer {
|
|
border-right-width: 1px !important;
|
|
border-left-width: 0 !important;
|
|
}
|