Minor changes

This commit is contained in:
Mattias Erming 2014-10-10 19:39:57 +02:00
parent 9045b08cfa
commit 3a9065849c
1 changed files with 4 additions and 2 deletions

View File

@ -438,7 +438,7 @@ button {
}
#chat,
#windows .header {
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
line-height: 1.4;
}
#chat button:hover {
@ -545,10 +545,12 @@ button {
}
#chat a {
color: #84ce88;
color: #50a656;
}
#chat.no-colors .from button,
#chat.no-colors .sidebar button {
color: #84ce88 !important;
color: #50a656 !important;
}
#chat .text {
padding-left: 10px;
@ -810,7 +812,7 @@ button {
top: 6px;
}
#form .input {
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
left: 0;
height: 34px;
margin-right: 64px;