Fix styles for .user instead of button

This commit is contained in:
Alistair McKinlay 2016-01-24 09:12:41 +00:00
parent e5aa02d696
commit e3e4cc9fb7
1 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ h2 {
input { input {
outline: 0; outline: 0;
} }
button { button, .user {
border: none; border: none;
background: none; background: none;
margin: 0; margin: 0;
@ -520,7 +520,7 @@ button {
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
line-height: 1.4; line-height: 1.4;
} }
#chat button:hover { #chat button:hover, .user:hover {
opacity: .6; opacity: .6;
} }
#chat .chat, #chat .chat,
@ -634,8 +634,8 @@ button {
color: #84ce88; color: #84ce88;
color: #50a656; color: #50a656;
} }
#chat.no-colors .from button, #chat.no-colors .from .user,
#chat.no-colors .sidebar button { #chat.no-colors .sidebar .user {
color: #50a656 !important; color: #50a656 !important;
} }
#chat .text { #chat .text {