From 9cf8cc3ec880d85d22ab2f1d540094e7e3fcf142 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Mon, 2 Jun 2008 20:31:33 +0000 Subject: [PATCH] MOD grisage des champs de forumlaire --- css/1/euphorik.css | 3 +++ css/2/euphorik.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 1fdc0f4..5964a11 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -216,6 +216,9 @@ form select { form button { font-size: 11px; } +form input[readonly] { + background-color: #d0c9aa +} /***** Les liens *****/ .lien, a { diff --git a/css/2/euphorik.css b/css/2/euphorik.css index ca5992e..df54431 100755 --- a/css/2/euphorik.css +++ b/css/2/euphorik.css @@ -209,6 +209,9 @@ form select { form button { font-size: 11px; } +form input[readonly] { + background-color: #484e46 +} /***** Les liens *****/ .lien, a { -- 2.43.0