From 65fca80fbbd5c7c3d6a326f643c0c94657419630 Mon Sep 17 00:00:00 2001 From: marcos Date: Tue, 25 May 2021 16:49:34 +0200 Subject: [PATCH] cambio de fuentes css --- pandora_console/include/styles/pandora_black.css | 13 +++++++++++++ visual_console_client/src/items/Percentile.ts | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 37ba8316a0..5123cee283 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1035,3 +1035,16 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab { .flot-base { background-color: #222; } +li > input[type="number"], +li > input[type="text"]:not(.search_input), +li > input[type="email"], +li > input[type="password"] { + background-color: transparent; + border: none; + border-radius: 0; + border-bottom: 1px solid #ccc; + font-weight: inherit; + padding: 0px 0px 2px 0px; + box-sizing: border-box; + margin-bottom: 4px; +} diff --git a/visual_console_client/src/items/Percentile.ts b/visual_console_client/src/items/Percentile.ts index d21dc79405..17140f65d2 100644 --- a/visual_console_client/src/items/Percentile.ts +++ b/visual_console_client/src/items/Percentile.ts @@ -146,7 +146,7 @@ export default class Percentile extends Item { text.setAttribute("text-anchor", "middle"); text.setAttribute("alignment-baseline", "middle"); text.setAttribute("font-size", "15"); - text.setAttribute("font-family", "arial"); + text.setAttribute("font-family", "lato"); text.setAttribute("font-weight", "bold"); text.setAttribute( "transform", @@ -226,7 +226,7 @@ export default class Percentile extends Item { text.setAttribute("text-anchor", "middle"); text.setAttribute("alignment-baseline", "middle"); text.setAttribute("font-size", "16"); - text.setAttribute("font-family", "arial"); + text.setAttribute("font-family", "lato"); text.setAttribute("font-weight", "bold"); text.setAttribute("fill", colors.text);