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/flat/dijit/form/Button_rtl.css

16 lines
384 B
CSS

.flat table.dijitComboButtonRtl .dijitStretch {
border-radius: 0 3px 3px 0;
}
.flat table.dijitComboButtonRtl .dijitArrowButton {
border-radius: 3px 0 0 3px;
border-left-width: 1px;
border-right-width: 0;
}
.flat .dijitDropDownButtonRtl .dijitButtonNode {
padding-left: 8px;
}
.flat .dijitDropDownButtonRtl .dijitArrowButtonInner {
margin-left: 0;
margin-right: 12px;
}