From 24af8d78ae9b86a78eefa2f0953d2562afdd75bf Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Mon, 08 Jan 2018 16:53:18 +0000 Subject: [PATCH] .. --- app.css | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/app.css b/app.css index 234d51e..0629b71 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,22 @@ 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; + + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + .zentrum-behaelter { display: flex; flex-flow: column; -- Gitblit v1.9.3