From 97e3c36d4b413f1b32eb6c9024b57724b66673c2 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 10 Oct 2012 18:57:22 -0400 Subject: [PATCH] Experiment: Color huddles a little in an attempt to make them stand out. (imported from commit be19446631831a4fc13cb8bf758902ea9f8304ae) --- zephyr/static/styles/zephyr.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 31345625b5..4e9980bf3d 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -79,7 +79,7 @@ td.pointer { white-space: nowrap; font-weight: bold; padding-right: 10px; - background-color: lightgrey; + background-color: #bbb; border: 1px solid grey; } @@ -90,7 +90,7 @@ td.pointer { text-overflow: ellipsis; white-space: nowrap; padding-left: 10px; - background-color: lightgrey; + background-color: #bbb; border: 1px solid grey; font-weight: bold; } @@ -111,6 +111,7 @@ td.pointer { .messagebox.personal-message { border-color: #444; border-width: 0px 2px 2px 2px; + background-color: #feffe0; } .sender_name { @@ -187,7 +188,6 @@ blockquote p { .prev_is_same_sender { padding-top: 0px; - border-top: 1px solid white; } .next_is_same_sender { @@ -315,7 +315,7 @@ input.send_message { } .narrowed_view { - background-color: #EEE; + background-color: #DDD; } #bottom_whitespace {