diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:11:25 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:11:25 +0100 |
commit | efe308b5ac9ac7e8d399fb880f31b6967de8fec1 (patch) | |
tree | 2b4e9ba4d155b267d21551f97a155b3e04dc2b97 /view/theme/darkzero | |
parent | a9670cbb7d2cab644ee9d499aade98164f92631a (diff) | |
download | volse-hubzilla-efe308b5ac9ac7e8d399fb880f31b6967de8fec1.tar.gz volse-hubzilla-efe308b5ac9ac7e8d399fb880f31b6967de8fec1.tar.bz2 volse-hubzilla-efe308b5ac9ac7e8d399fb880f31b6967de8fec1.zip |
Use html5 placeholder for title text input
Diffstat (limited to 'view/theme/darkzero')
-rw-r--r-- | view/theme/darkzero/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 1aa1efe87..25ae0c71f 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -70,3 +70,21 @@ input#dfrn-url { color: #000088; } +#jot-perms-icon { + float: left; +} + + +#jot-title { + background-color: #333333; + border: 1px solid #333333; +} + +#jot-title::-webkit-input-placeholder{ color: #555555!important;} +#jot-title:-moz-placeholder{color: #555555!important;} + + +#jot-title:hover, +#jot-title:focus { + border: 1px solid #cccccc; +} |