From 58d107ac566ac1c4d64f8f3b74b0bab4154ea48d Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Mon, 22 May 2006 00:40:08 +0000 Subject: [PATCH] =?UTF-8?q?Les=20champs=20de=20saisie=20n'e=CC=81taient=20?= =?UTF-8?q?plus=20visibles=20(suite=20a=CC=80=206400)=20=3D>=20correction?= =?UTF-8?q?=20rapide=20(doit=20e=CC=82tre=20mieux=20re=CC=81fle=CC=81chie)?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/spip_style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/spip_style.css b/dist/spip_style.css index c120abdde3..a29426ee5b 100644 --- a/dist/spip_style.css +++ b/dist/spip_style.css @@ -116,13 +116,14 @@ img, .spip_logos { margin: 0; padding: 0; border: 0; } .spip_sanscadre legend { display: none; } .formulaire_spip label {} -.forml { +.formulaire_spip .forml { width: 99%; background: #FCFCF0; padding: 1px; border: 1px solid #666666; - color: #333333; } -.forml:focus { background: #FFF; border: 1px solid #000; color: #000; } + color: #333333; + font-family: inherit; } +.formulaire_spip .forml:focus { background: #FFF; border: 1px solid #000; color: #000; } input.spip_bouton { float: right; -- GitLab