diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-05 00:04:23 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-05 00:04:23 -0400 |
commit | df82affe2f34154919bd12771a0044f7ed2c0662 (patch) | |
tree | 03213636751666913811add57212b762b88dcff5 | |
parent | 9c4fca446bdff87d7858fdbf52bb2bed7fb70960 (diff) | |
download | volse-hubzilla-df82affe2f34154919bd12771a0044f7ed2c0662.tar.gz volse-hubzilla-df82affe2f34154919bd12771a0044f7ed2c0662.tar.bz2 volse-hubzilla-df82affe2f34154919bd12771a0044f7ed2c0662.zip |
finish styling category tags and category input
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
-rw-r--r-- | view/theme/dispy-dark/style.css | 10 | ||||
-rw-r--r-- | view/theme/dispy/style.css | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index b7f1ee2ba..30d5cb8a9 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -856,6 +856,16 @@ aside #viewcontacts { border-radius: 5px; vertical-align: middle; } +#jot-category { + margin: 5px 0; + border-radius: 5px; + border: 1px #999 solid; + color: #aaa; + font-size: smaller; +} +#jot-category:focus { + color: #eee; +} #jot #character-counter { width: 6%; float: right; diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index d0e7a2ef5..f8287c6ec 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -856,6 +856,16 @@ aside #viewcontacts { border-radius: 5px; vertical-align: middle; } +#jot-category { + margin: 5px 0; + border-radius: 5px; + border: 1px #ccc solid; + color: #666; + font-size: small; +} +#jot-category:focus { + color: #111; +} #jot #character-counter { width: 6%; float: right; |