From 9041bfc6276443b64908e2386d0860c24069957b Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Wed, 21 Feb 2018 22:17:51 +0100 Subject: [PATCH] Tweak search input font size and icon position --- Resources/Scripts/styles/browser.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css index afd5584e..09b11818 100644 --- a/Resources/Scripts/styles/browser.css +++ b/Resources/Scripts/styles/browser.css @@ -88,6 +88,14 @@ button { content: "New "; } +#tduck .app-header .search-input-control input { + font-size: 13px !important; +} + +#tduck .app-header .search-input-perform-search { + right: 8px !important; +} + .js-account-safeguard-checkbox, .js-account-safeguard-checkbox label { margin-bottom: 0 !important; }