From: Moritz Warning Date: Wed, 29 Jan 2020 15:27:56 +0000 (+0100) Subject: css fine tuning X-Git-Tag: v1.0.0~48 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=49ecef2feef3014c6fd5d52d9d753c7e1ca35d5d;p=web%2Ffirmware-selector-openwrt-org.git css fine tuning --- 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 {