css fine tuning
authorMoritz Warning <moritzwarning@web.de>
Wed, 29 Jan 2020 15:27:56 +0000 (16:27 +0100)
committerMoritz Warning <moritzwarning@web.de>
Wed, 29 Jan 2020 15:27:56 +0000 (16:27 +0100)
www/index.css

index a87342674e4beddc067b34ce3d1911c7487d0195..5b35d24ae567fe5472caad70c9bcfc178ef01621 100644 (file)
@@ -10,24 +10,14 @@ body {
   display: inline-block;
 }
 
-input {
+.autocomplete > input {
   border: 1px solid transparent;
   background-color: #f1f1f1;
   padding: 10px;
-}
-
-input[type=text] {
-  background-color: #f1f1f1;
   width: 100%;
+  border-radius: 4px;
 }
 
-/*
-input[type=submit] {
-  background-color: DodgerBlue;
-  color: #fff;
-  cursor: pointer;
-}*/
-
 .autocomplete {
   width: 20em;
 }
@@ -116,6 +106,7 @@ header > div {
   background-color: #f1f1f1;
   border: 1px solid transparent;
   padding: 10px;
+  border-radius: 4px;
 }
 
 #language-selection {