Common_rtl.less 321 B

12345678910111213
  1. /* claro/form/Common_rtl.css */
  2. @import "../variables";
  3. /*claro should not have the icon on the container
  4. .claro .dijitTextBoxRtlError .dijitValidationIcon {
  5. border-left-width: 0;
  6. border-right-width: 1px;
  7. }*/
  8. .claro .dijitTextBoxRtlError .dijitValidationContainer {
  9. border-left-width: 0;
  10. border-right-width: 1px;
  11. }