diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 09:12:31 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-11 09:12:31 -0400 |
commit | 57d83703766a0e2071ef4b4ecdb6032091bf23cb (patch) | |
tree | 7d75a81032364eb14bd559fb75fa273c15b34d63 /view/theme | |
parent | f7ade749b827c22efe873b4f99941a1b7e5d0d62 (diff) | |
download | volse-hubzilla-57d83703766a0e2071ef4b4ecdb6032091bf23cb.tar.gz volse-hubzilla-57d83703766a0e2071ef4b4ecdb6032091bf23cb.tar.bz2 volse-hubzilla-57d83703766a0e2071ef4b4ecdb6032091bf23cb.zip |
fix some stuff right away
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/dispy-dark/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index d5e6826a8..1e28a8740 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -928,11 +928,16 @@ aside #viewcontacts { display: none; } #jot-preview-content { - background-color: #ffffe0; - border: 1px #aaaa00 solid; + background-color: #3e3f3e; + color: #eec; + border: 1px #eec solid; border-radius: 3px; padding: 3px 3px 6px 10px; } +#jot-preview-content .wall-item-outside-wrapper { + border: 0; + border-radius: 0px; +} /** |