From af04f00486847086e083a953b1957e2d666d7520 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Sat, 14 Feb 2015 12:39:55 +0100 Subject: [PATCH] Bigger personnalize button --- css/tarteaucitron.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index eb96370..4179727 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -286,7 +286,7 @@ color: #fff; } -#tarteaucitronAlertBig #tarteaucitronPersonalize { +#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize { background: #008300; color: #fff; cursor: pointer; @@ -298,10 +298,8 @@ } #tarteaucitronAlertBig #tarteaucitronCloseAlert { - font-size: 11px; + background: #808080; margin-left: 7px; - cursor: pointer; - color: #fff; } /*** @@ -389,4 +387,4 @@ .tac_activate .tac_float .tarteaucitronAllow { background-color: #1B870B; margin-top: 10px; -} \ No newline at end of file +}