From 9acfade8294755cce6c1170364f2669cb73edbbe Mon Sep 17 00:00:00 2001 From: silvus Date: Mon, 22 Apr 2013 22:58:07 +0200 Subject: =?UTF-8?q?Reprise=20du=20style=20de=20l'=C3=A9cran=20de=20connexi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style-light.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css/style-light.css') diff --git a/css/style-light.css b/css/style-light.css index 5b9c6c11..926a5cc7 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -8,6 +8,16 @@ a, a:hover, a:visited { color: #000; } +.bouton { + background-color: #000; + color: #fff; + border: none; +} +.bouton:hover { + background-color: #040707; + color: #F1F1F1; +} + #main ul#links li a.current { background-color: #000; color: #fff; -- cgit v1.2.3 From d2beefd27c814acdfa248e4ca469e6cad06288a4 Mon Sep 17 00:00:00 2001 From: silvus Date: Mon, 22 Apr 2013 23:10:35 +0200 Subject: Petit correctif des couleurs de la classe "bouton" au hover --- css/style-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/style-light.css') diff --git a/css/style-light.css b/css/style-light.css index 926a5cc7..cd2384c3 100644 --- a/css/style-light.css +++ b/css/style-light.css @@ -14,7 +14,7 @@ a, a:hover, a:visited { border: none; } .bouton:hover { - background-color: #040707; + background-color: #222222; color: #F1F1F1; } -- cgit v1.2.3