fix(toolbar): tweak chat backgrounds to be darker

This commit is contained in:
Leonard Kim 2018-03-29 10:44:20 -07:00 committed by Дамян Минков
parent 4c49e3bec0
commit 40154b1feb
1 changed files with 13 additions and 0 deletions

View File

@ -78,6 +78,19 @@
#usermsg { #usermsg {
color: white; color: white;
} }
.chatmessage,
#smileysarea,
#smileysContainer,
#usermsg {
background-color: $newToolbarBackgroundColor;
}
.smileyContainer:hover {
background-color: $newToolbarButtonToggleColor;
border-radius: 5px;
cursor: pointer;
}
} }
.errorMessage { .errorMessage {