]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
add some border in text input of courgette style
authorJerome Jutteau <mojo@couak.net>
Wed, 11 Mar 2015 12:46:33 +0000 (13:46 +0100)
committerJerome Jutteau <mojo@couak.net>
Wed, 11 Mar 2015 12:46:33 +0000 (13:46 +0100)
media/courgette/style.css.php

index 1978065733c1c59064347c8140b9fb43fa2fb83e..e4812dc8baedd402bde79f4852ad659bdcc91e4a 100644 (file)
@@ -111,7 +111,7 @@ input[type="submit"] {
 select,
 input[type="text"],
 input[type="password"] {
 select,
 input[type="text"],
 input[type="password"] {
-  border: 0;
+  border: 1;
   padding: 0.5em 1em;
   font-size: 1em;
   width: 89%;
   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;
   position: static;
   margin: 0;
   text-decoration: underline;
-}
\ No newline at end of file
+}

patrick-canterino.de