From: Vincent Vanwaelscappel Date: Tue, 6 Nov 2018 17:37:39 +0000 (+0100) Subject: fix #2335 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=25ff8de76d965909d8176c15254f42bfbe77b5e0;p=fluidbook-html5.git fix #2335 @0:10 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 21c5571c..0c5f9d75 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -58,6 +58,10 @@ a { color: inherit; } +*::-ms-clear { + display: none; +} + * { padding: 0; margin: 0; diff --git a/style/mmenu/mmenu.less b/style/mmenu/mmenu.less index 1e2caa78..ac915e08 100644 --- a/style/mmenu/mmenu.less +++ b/style/mmenu/mmenu.less @@ -231,7 +231,6 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { #q { background-color: @menu-field-background; color: @menu-field-text; - -webkit-appearance: none; border: none; border-radius: 0; height: 60px;