From f799a04099c34155c0b3724e40bf492011b3d0ad Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Sun, 07 Jan 2018 23:07:49 +0000 Subject: [PATCH] Gestaltung Suchfeld --- app.css | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/app.css b/app.css index 234d51e..67d6511 100644 --- a/app.css +++ b/app.css @@ -32,7 +32,7 @@ background-color: lightgray; display: flex; flex-flow: row; - height: 2em; + height: 2.2em; align-items: center; } .sued { @@ -88,6 +88,18 @@ padding-left: 1em; } +input[type="search"] { + height: 1.6em; + padding: 0; + /*padding: 6px 10px;*/ /* The 6px vertically centers text on FF, ignored by Webkit */ + background-color: #fff; + border: 1px solid #D1D1D1; + border-radius: 4px; + box-shadow: none; + box-sizing: border-box; + font-size: large; +} + .zentrum-behaelter { display: flex; flex-flow: column; -- Gitblit v1.9.3