diff options
author | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2012-04-01 21:28:31 -0400 |
---|---|---|
committer | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2012-04-01 21:28:31 -0400 |
commit | 581b54c974a9b9a050a8a0b9a17a19bd41b1f2f5 (patch) | |
tree | c2a3f1e1d1aaf5e3e2f6d9b194e91d6b8b401cdd /view/theme/darkzero | |
parent | 06e9a8b7a0d6b5be141563c77ae3a71e9998b81f (diff) | |
download | volse-hubzilla-581b54c974a9b9a050a8a0b9a17a19bd41b1f2f5.tar.gz volse-hubzilla-581b54c974a9b9a050a8a0b9a17a19bd41b1f2f5.tar.bz2 volse-hubzilla-581b54c974a9b9a050a8a0b9a17a19bd41b1f2f5.zip |
allow users to set categories on their posts
Diffstat (limited to 'view/theme/darkzero')
-rwxr-xr-x | view/theme/darkzero/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 3b395ff2a..12c7d3c25 100755 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -76,17 +76,21 @@ input#dfrn-url { } -#jot-title { +#jot-title, #jot-category { background-color: #333333; border: 1px solid #333333; } #jot-title::-webkit-input-placeholder{ color: #555555!important;} #jot-title:-moz-placeholder{color: #555555!important;} +#jot-category::-webkit-input-placeholder{ color: #555555!important;} +#jot-category:-moz-placeholder{color: #555555!important;} #jot-title:hover, -#jot-title:focus { +#jot-title:focus, +#jot-category:hover, +#jot-category:focus { border: 1px solid #cccccc; } blockquote { |