summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/form/Common_rtl.less
blob: fd4975a51cb1c18fc97fb22fab67f12e715d3a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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;
}