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:
parent
1e4ad44a01
commit
37cc5d20a8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user