From 511a7e3a882b1d9ce9d2b565ed476875f9c8dccb Mon Sep 17 00:00:00 2001 From: Julian Steinwachs Date: Fri, 16 Jan 2015 16:51:22 +0100 Subject: [PATCH 1/2] firefox-searchbar --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index b741166..77a2109 100644 --- a/css/style.css +++ b/css/style.css @@ -382,6 +382,8 @@ button.disabled:hover margin: 9px 20px 0 0; border-radius: 10px; border: none; + height: 16px; + font-size: 0.8125rem; } .userMenu-search-sugestions { From db006520c5f6806f7c2aeebe26297467794fdb2b Mon Sep 17 00:00:00 2001 From: Julian Steinwachs Date: Fri, 16 Jan 2015 17:16:12 +0100 Subject: [PATCH 2/2] firefox-searchbar rem->px --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 77a2109..344599c 100644 --- a/css/style.css +++ b/css/style.css @@ -383,7 +383,7 @@ button.disabled:hover border-radius: 10px; border: none; height: 16px; - font-size: 0.8125rem; + font-size: 13px; } .userMenu-search-sugestions {