tt-rss/lib/dijit/themes/claro/form/Common_rtl.less

14 lines
321 B
Text
Raw Normal View History

2011-11-08 17:40:44 +01:00
/* claro/form/Common_rtl.css */
@import "../variables";
/*claro should not have the icon on the container
.claro .dijitTextBoxRtlError .dijitValidationIcon {
border-left-width: 0;
border-right-width: 1px;
}*/
.claro .dijitTextBoxRtlError .dijitValidationContainer {
border-left-width: 0;
border-right-width: 1px;
}