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.
tt-rss/lib/dijit/themes/claro/form/Button_rtl.css

13 lines
340 B
CSS

/* 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 */