From 7ee04bea49ee29c4dc60c5d6a41c7719271a12d4 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Wed, 16 Feb 2022 15:26:56 +0100 Subject: [PATCH] Fix some styles --- pandora_console/include/ehorus/css/style.css | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pandora_console/include/ehorus/css/style.css b/pandora_console/include/ehorus/css/style.css index 80a0060736..54eb372de9 100644 --- a/pandora_console/include/ehorus/css/style.css +++ b/pandora_console/include/ehorus/css/style.css @@ -1,3 +1,24 @@ +.terminal-main { + font-family: monospace; + font-size: 10pt; +} + +#ehorus-client-container { + font-family: 'lato'; +} + +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-style: normal; + font-size: 14px; + font-weight: 400; + line-height: 1; + -webkit-font-smoothing: antialiased; + font-family: 'Glyphicons Halflings'; +} + .btn:focus, .btn:active:focus, .btn.active:focus,