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/Select_rtl.css

16 lines
417 B
CSS

.flat .dijitSelectRtl .dijitButtonText {
float: right;
padding: 0 12px 0 0;
}
.flat .dijitSelectRtl .dijitButtonContents {
border-style: none none none solid;
text-align: right;
}
.flat .dijitComboBoxRtl .dijitButtonNode.dijitArrowButtonContainer {
border-radius: 3px 0 0 3px;
}
.flat .dijitComboBoxRtl .dijitArrowButtonContainer {
border-right-width: 1px !important;
border-left-width: 0 !important;
}