From 0918fd21b0a8ae1231628a514788cbf58f2edaab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Feb 2014 14:48:53 +0100 Subject: [PATCH] Fix: Css errors --- htdocs/theme/cameleo/style.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 2d5c1bc337d..7a8277a4cdc 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -1345,7 +1345,7 @@ div.divButAction { margin-bottom: 1.4em; } .butActionRefused { background: #FFe7ec; - color: #666; + color: #aaa !important; } global->MAIN_BUTTON_HIDE_UNAUTHORIZED)) { ?> @@ -1602,6 +1602,7 @@ tr.pair td.nohover { -webkit-box-shadow: 4px 4px 4px #DDD; box-shadow: 4px 4px 4px #DDD; margin-bottom: 8px !important;*/ + background: #FFFFFF; border: 1px solid #AAA; text-align: center; border-radius: 5px;