Experiment: Color huddles a little in an attempt to make them stand out.

(imported from commit be19446631831a4fc13cb8bf758902ea9f8304ae)
This commit is contained in:
Waseem Daher 2012-10-10 18:57:22 -04:00
parent eb63177a56
commit 97e3c36d4b
1 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ td.pointer {
white-space: nowrap; white-space: nowrap;
font-weight: bold; font-weight: bold;
padding-right: 10px; padding-right: 10px;
background-color: lightgrey; background-color: #bbb;
border: 1px solid grey; border: 1px solid grey;
} }
@ -90,7 +90,7 @@ td.pointer {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
padding-left: 10px; padding-left: 10px;
background-color: lightgrey; background-color: #bbb;
border: 1px solid grey; border: 1px solid grey;
font-weight: bold; font-weight: bold;
} }
@ -111,6 +111,7 @@ td.pointer {
.messagebox.personal-message { .messagebox.personal-message {
border-color: #444; border-color: #444;
border-width: 0px 2px 2px 2px; border-width: 0px 2px 2px 2px;
background-color: #feffe0;
} }
.sender_name { .sender_name {
@ -187,7 +188,6 @@ blockquote p {
.prev_is_same_sender { .prev_is_same_sender {
padding-top: 0px; padding-top: 0px;
border-top: 1px solid white;
} }
.next_is_same_sender { .next_is_same_sender {
@ -315,7 +315,7 @@ input.send_message {
} }
.narrowed_view { .narrowed_view {
background-color: #EEE; background-color: #DDD;
} }
#bottom_whitespace { #bottom_whitespace {