diff options
| author | garbash <dor.garbash@gmail.com> | 2015-03-02 22:05:45 -0800 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-03-02 22:05:45 -0800 |
| commit | 00747071e50cc20b83801927fa41ae52c8c5fa3e (patch) | |
| tree | 7e21e5de84f3228cbd54d5782f2d7df7002c9267 /res/client/css/partials | |
| parent | 050b476b34767d543e97f8ffd8f0915a4ef2df7d (diff) | |
Fixed input-bar missing placeholder+line-height
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/input-bar.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss index 51592e57..6669aa93 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -35,9 +35,13 @@ top: 130px; left: 24px; height: 36px; + line-height: initial; &:focus { width: 80%; } + [contentEditable=true]:empty:not(:focus):before{ + content:attr(placeholder) +} } #textanalyser.ui-autocomplete-input { |
