tt-rss/lib/dijit/themes/claro/form/Button_rtl.css

13 lines
340 B
CSS
Raw Normal View History

2011-11-08 17:40:44 +01:00
/* Combo Button */
.claro .dijitComboButtonRtl .dijitStretch {
2011-11-08 17:40:44 +01:00
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.claro .dijitComboButtonRtl .dijitArrowButton {
2011-11-08 17:40:44 +01:00
-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;
}
2011-11-08 17:40:44 +01:00
/* End Combo Button */