From 864e747f51c143b3215f28550ff2d20e231d5c9d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 7 Nov 2017 19:46:28 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/style.css.php | 3 ++- htdocs/theme/md/style.css.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f4c7e1c4546..03825de4406 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -356,7 +356,8 @@ input.buttonpayment { background: none; padding-left: 30px; text-align: ; - border: 2px solid #666666; + border: 2px solid #ccc; + background-color: #eee; } input.buttonpaymentcb { background-image: url(); diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 7e785373a75..92f5f44b64f 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -353,7 +353,8 @@ input.buttonpayment { background: none; padding-left: 30px; text-align: ; - border: 2px solid #666666; + border: 2px solid #ccc; + background-color: #eee; } input.buttonpaymentcb { background-image: url();