From 712842e8dd6f142f1da750641a8ab272450ba594 Mon Sep 17 00:00:00 2001 From: Karl Hasselbring <Karl Hasselbring> Date: Fri, 11 May 2018 09:15:20 +0200 Subject: [PATCH] =?UTF-8?q?Suche-L=C3=B6schen-Knopf=20ist=20jetzt=20auch?= =?UTF-8?q?=20auf=20mobiler=20Ansicht=20korrekt=20positioniert=20und=20hat?= =?UTF-8?q?=20einen=20wei=C3=9Fen=20Hintergrund?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/less/metager/searchbar.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/assets/less/metager/searchbar.less b/resources/assets/less/metager/searchbar.less index 5e8fa43c6..aa362ebab 100644 --- a/resources/assets/less/metager/searchbar.less +++ b/resources/assets/less/metager/searchbar.less @@ -295,10 +295,11 @@ header:nth-child(1) { #search-delete-btn { position: absolute; - right: 0; - bottom: 0px; + right: 2px; + bottom: 1px; + width: auto; border: none; - background-color: transparent; + background-color: white; font-size: 25px; font-weight: normal; } \ No newline at end of file -- GitLab