summaryrefslogtreecommitdiff
path: root/themes/light/dijit_basic.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/dijit_basic.less')
-rw-r--r--themes/light/dijit_basic.less11
1 files changed, 9 insertions, 2 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index 0582ddc5c..da1138986 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -41,8 +41,15 @@
font-size: 13px;
padding: 0px;
- .dijitTextBox .dijitInputInner {
- line-height : 10px;
+ .dijitTextBox .dijitInputContainer {
+ .dijitInputInner {
+ line-height : 10px;
+ }
+
+ .dijitPlaceHolder {
+ line-height : 15px;
+ margin-left : 0;
+ }
}
label {