From 89fd4d9e6c05bdfa4fc5ba1b75c78b73a0edf11f Mon Sep 17 00:00:00 2001 From: jbousquie Date: Tue, 27 Sep 2016 14:38:30 +0200 Subject: [PATCH] ajout couleur blanc sur classe jours --- admin/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/default.css b/admin/default.css index 7bd3ad3..15a0b8b 100644 --- a/admin/default.css +++ b/admin/default.css @@ -31,13 +31,13 @@ a.anchor { visibility: hidden; } -#recharge { +.right { position: absolute; right: 0; font-size: 75%; } -.jours { border:1px solid dimgrey; } +.jours { border:1px solid dimgrey; background-color: white; } .j10 { background-color: #f3e575; } .j20 { background-color: #e17b17; } .j30 { background-color: #d5382c; }