1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-16 14:57:44 +02:00
ttrss/lib/dijit/themes/claro/form/Button_rtl.css
2011-11-08 20:40:44 +04:00

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