Darken the left border on blockquotes

This is a compromise between the old color when selected and when not
selected. It makes the border a little easier to see while still being
subtle.

(imported from commit 7177d8f688af3de15f3e309d6a9c7c248acb1db4)
This commit is contained in:
Scott Feeney 2013-07-31 19:18:32 -04:00
parent 315d27076b
commit 0d53253f7b

View File

@ -924,6 +924,7 @@ blockquote p {
.messagebox blockquote {
padding-left: 5px;
margin-left: 10px;
border-left-color: #ddd;
}
#send_message_form {