summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/form/Button_rtl.css
blob: 2d5b08bff078f6d77d561d5b978aee300423f4fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Combo Button */
.claro .dijitComboButtonRtl .dijitStretch {
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.claro .dijitComboButtonRtl .dijitArrowButton {
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding: 3px 0 4px;
  border-left-width: 1px;
  border-right-width: 0;
}
/* End Combo Button */