diff options
author | friendica <info@friendica.com> | 2013-11-23 00:25:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-23 00:25:23 -0800 |
commit | ea7c4ab236dc76fa61d706bf888c53d94c2db517 (patch) | |
tree | fcc09e795428f12bdb83021268d2f84eb68558ad /view | |
parent | a7536b117fe11a7c2ed955d3281ab719ef638a92 (diff) | |
parent | ccba7d8d07a3d78693f764f0d5997782ac52bbda (diff) | |
download | volse-hubzilla-ea7c4ab236dc76fa61d706bf888c53d94c2db517.tar.gz volse-hubzilla-ea7c4ab236dc76fa61d706bf888c53d94c2db517.tar.bz2 volse-hubzilla-ea7c4ab236dc76fa61d706bf888c53d94c2db517.zip |
Merge pull request #209 from git-marijus/master
make profile-jot-text placeholder more prominent
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 8c9266f62..e7ac112f6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1464,8 +1464,20 @@ tr.mceLast { border-radius: $radiuspx; } -#profile-jot-text:hover { - color: #000000; +#profile-jot-text::-moz-placeholder { + font-size:1.5em; +} + +#profile-jot-text:focus::-moz-placeholder { + color: transparent; +} + +#profile-jot-text::-webkit-input-placeholder { + font-size:1.5em; +} + +#profile-jot-text:focus::-webkit-input-placeholder { + color: transparent; } #profile-jot-text-loading { |