From: Jerome Jutteau Date: Wed, 11 Mar 2015 12:46:33 +0000 (+0100) Subject: add some border in text input of courgette style X-Git-Tag: 1.1~157 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/00b364b18e137260dd0445ac903010eddafc3df0 add some border in text input of courgette style --- diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php index 1978065..e4812dc 100644 --- a/media/courgette/style.css.php +++ b/media/courgette/style.css.php @@ -111,7 +111,7 @@ input[type="submit"] { select, input[type="text"], input[type="password"] { - border: 0; + border: 1; padding: 0.5em 1em; font-size: 1em; width: 89%; @@ -347,4 +347,4 @@ textarea[readonly="readonly"] + p + p a:focus { position: static; margin: 0; text-decoration: underline; -} \ No newline at end of file +}