diff options
author | marijus <mario@localhost.localdomain> | 2013-11-23 09:19:37 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-23 09:19:37 +0100 |
commit | ccba7d8d07a3d78693f764f0d5997782ac52bbda (patch) | |
tree | 9558a0ed2ad52e6e2eff7e71f3d25ad4d6b9cce1 | |
parent | 7f6f4d2e9e5ff0486382c41c76f6eac87af37ef2 (diff) | |
download | volse-hubzilla-ccba7d8d07a3d78693f764f0d5997782ac52bbda.tar.gz volse-hubzilla-ccba7d8d07a3d78693f764f0d5997782ac52bbda.tar.bz2 volse-hubzilla-ccba7d8d07a3d78693f764f0d5997782ac52bbda.zip |
make profile-jot-text placeholder more prominent
-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 { |