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/Common_rtl.less
2011-11-08 20:40:44 +04:00

14 lines
321 B
Plaintext

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