Fix .drink colors.

This commit is contained in:
Graham 2015-02-02 21:19:05 -05:00
parent 0ba3b4ba78
commit ad9aa91072
2 changed files with 3 additions and 6 deletions

View file

@ -25,10 +25,6 @@ body {
background-color: #222222; background-color: #222222;
} }
.drink {
border-color: #ff9900;
}
.poll-notify { .poll-notify {
color: #ff9900; color: #ff9900;
} }
@ -59,8 +55,9 @@ input.form-control[type="email"], textarea.form-control {
.chat-shadow { .chat-shadow {
color: #777777; color: #777777;
} }
.drink { .drink {
border: 2px solid #0000cc; border-color: #ff9900;
} }
#drinkcount { #drinkcount {

View file

@ -69,7 +69,7 @@ input.form-control[type="email"], textarea.form-control {
} }
.drink { .drink {
border: 2px solid #0000cc; border-color: #ff9900;
} }
#drinkcount { #drinkcount {