liuyg
2021-06-28 f886d4d6900c613ea5cdd8e1abd5bd33b116722a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import "../variables";
 
/* Combo Button */
 
.claro .dijitComboButtonRtl .dijitStretch {
    .border-radius(0 @button-border-radius @button-border-radius 0);
}
 
.claro .dijitComboButtonRtl .dijitArrowButton {
    .border-radius(@button-border-radius 0 0  @button-border-radius);
    padding:3px 0 4px;
    border-left-width: 1px;
    border-right-width: 0;
}
 
/* End Combo Button */