Specify full stack of fonts for the chat input as well

Also removes Menlo from the stack, since it is not fixed-width
unlike the others in the stack, and Monaco already accounts
for OS X
This commit is contained in:
YuviPanda 2014-09-13 20:53:31 +01:00
parent 1e4ad44a01
commit 37cc5d20a8
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;