Merge pull request #132 from yuvipanda/better-font-input

Specify full stack of fonts for the chat input as well
This commit is contained in:
Mattias Erming 2014-09-13 23:25:11 +02:00
commit 068069d182
1 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ button {
} }
#chat, #chat,
#windows .header { #windows .header {
font: 13px Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace; font: 13px Consolas, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
} }
#chat button:hover { #chat button:hover {
opacity: .6; opacity: .6;
@ -670,7 +670,7 @@ button {
} }
#form input { #form input {
border: 1px solid #cfdae1; border: 1px solid #cfdae1;
font: 13px Consolas, monospace; font: 13px Consolas, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
border-radius: 2px; border-radius: 2px;
height: 100%; height: 100%;
outline: none; outline: none;