summaryrefslogtreecommitdiff
path: root/themes/light/dijit_basic.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-04 15:52:37 +0300
committerAndrew Dolgov <[email protected]>2021-03-04 15:52:37 +0300
commit04128c7870c7aebe619cdb76a53a76ee8cd8e924 (patch)
tree6c80b54acfd8c6cfa633a55f608d8f723120a411 /themes/light/dijit_basic.less
parent2f6ea8b387ee4717516cbc96140f58542fbfa30c (diff)
add search to plugin installer
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 {