From 23057e7910469a695ec81c6d51da1763ed238cca Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 18 Dec 2019 17:56:35 +0100 Subject: [PATCH] fix #3280 @0.25 --- style/fluidbook.less | 7 ++++--- style/mmenu/mmenu.less | 4 ---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index d876fef1..a796b2d7 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1849,13 +1849,14 @@ form input[type="text"], form input[type="email"] { position: relative; display: inline-block; z-index: 5; - font-size: 12px; - height: 30px; + font-size: 14px; + height: 28px; transform: translateY(-15px); top: 50%; + white-space: nowrap; &.yes { - padding: 5px; + padding: 3px 5px; border-radius: 1px; color: @menu-text; background-color: @menu-background; diff --git a/style/mmenu/mmenu.less b/style/mmenu/mmenu.less index 8a260da1..77fbbf90 100644 --- a/style/mmenu/mmenu.less +++ b/style/mmenu/mmenu.less @@ -351,10 +351,6 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { } } - .hits { - font-size: 16px !important; - } - .padding { display: none !important; } -- 2.39.5