From 49ecef2feef3014c6fd5d52d9d753c7e1ca35d5d Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Wed, 29 Jan 2020 16:27:56 +0100 Subject: [PATCH] css fine tuning --- www/index.css | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/www/index.css b/www/index.css index a873426..5b35d24 100644 --- a/www/index.css +++ b/www/index.css @@ -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 { -- 2.30.2