1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 19:51:29 +00:00
Files
tt-rss/lib/dijit/themes/claro/form/Common_rtl.css
2011-11-08 20:40:44 +04:00

11 lines
297 B
CSS

/* claro/form/Common_rtl.css */
/*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;
}