From a308e26098fb59ae0ddb58763700fa204c6d4ee9 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Thu, 8 Mar 2018 15:25:45 +0100 Subject: [PATCH] =?UTF-8?q?Mejor=20visualizaci=C3=B3n=20de=20las=20peticio?= =?UTF-8?q?nes=20en=20el=20calendario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/application.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 5a9565c..47d5645 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -719,6 +719,10 @@ div.tooltip:hover span.tip { -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; + background-color: #EBF5FB; +} +div.tooltip:hover span.tip a { + font-weight: bold !important; } /**********************************************************/ @@ -1216,6 +1220,8 @@ div.deal { padding: 10px !important; } +table.cal div.issue { line-height: 1.2em; } + table.progress td { padding: 0px; } div.details { padding: 20px !important; }