From d7128c53d88d7e4e88bcdec05a7b63947f3cd5b7 Mon Sep 17 00:00:00 2001 From: marcos Date: Thu, 27 May 2021 09:55:21 +0200 Subject: [PATCH] cambio de fuentes css --- pandora_console/include/styles/pandora_black.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index 5123cee283..698def414e 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -1048,3 +1048,12 @@ li > input[type="password"] { box-sizing: border-box; margin-bottom: 4px; } + +a:hover { + text-decoration: underline; + color: #fff; +} + +input.search_input { + background-image: url("../../images/input_zoom.disabled.png"); +}