From a2a901b71b30a786bdb8776b58c99619efd699a4 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 22 Mar 2019 09:11:54 +0100 Subject: [PATCH] =?UTF-8?q?Corregido=20color=20del=20texto=20del=20bot?= =?UTF-8?q?=C3=B3n=20de=20aceptar=20cookies?= 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 6c8bde5..5dfc89d 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -227,6 +227,7 @@ div.wiki .external { } .cc-window .cc-btn { font-weight: normal; + text-decoration: none; } .cc-window .cc-message { font-size: .92em; @@ -244,6 +245,11 @@ div.wiki .external { font-weight: normal; text-decoration: underline; } +.cc-window a.cc-dismiss:hover { + color: #000; + opacity: 0.9; + transition: all 0.3s ease-in; +} /**********************************************************/ /* 2. FONT ICONS */