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
384 B
CSS
16 lines
384 B
CSS
6 years ago
|
.flat table.dijitComboButtonRtl .dijitStretch {
|
||
|
border-radius: 0 4px 4px 0;
|
||
|
}
|
||
|
.flat table.dijitComboButtonRtl .dijitArrowButton {
|
||
|
border-radius: 4px 0 0 4px;
|
||
|
border-left-width: 1px;
|
||
|
border-right-width: 0;
|
||
|
}
|
||
|
.flat .dijitDropDownButtonRtl .dijitButtonNode {
|
||
|
padding-left: 8px;
|
||
|
}
|
||
|
.flat .dijitDropDownButtonRtl .dijitArrowButtonInner {
|
||
|
margin-left: 0;
|
||
|
margin-right: 12px;
|
||
|
}
|