aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/dispy-dark')
-rw-r--r--view/theme/dispy-dark/style.css9
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;
+}
/**