From 08b4627c6ab0f10c7022095ca88c20497cb171e9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 7 Jan 2019 11:06:15 +0100 Subject: [PATCH] * Mobile theme: Fix inconsistent styling of submit buttons on login page, when browsing with Safari --- pixelegg/css/mobile.css | 5 +++++ pixelegg/css/modern.css | 5 +++++ pixelegg/css/pixelegg.css | 5 +++++ pixelegg/less/layout_traditional.less | 7 +++++++ pixelegg/mobile/fw_mobile.css | 5 +++++ 5 files changed, 27 insertions(+) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 867aa61e63..5f1d52f096 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -5957,6 +5957,11 @@ button, cursor: pointer; color: #004e7d; } +input[type=submit] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, diff --git a/pixelegg/css/modern.css b/pixelegg/css/modern.css index ce91b85afb..7bfd12ec89 100644 --- a/pixelegg/css/modern.css +++ b/pixelegg/css/modern.css @@ -5957,6 +5957,11 @@ button, cursor: pointer; color: #004e7d; } +input[type=submit] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index c6e983dd46..58dc6425f6 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5946,6 +5946,11 @@ button, cursor: pointer; color: #004e7d; } +input[type=submit] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, diff --git a/pixelegg/less/layout_traditional.less b/pixelegg/less/layout_traditional.less index a670249256..664c026a60 100755 --- a/pixelegg/less/layout_traditional.less +++ b/pixelegg/less/layout_traditional.less @@ -44,6 +44,13 @@ input[type=submit],input[type=button],input[type=reset],button,.egwbutton color: #004e7d; } +input[type=submit] +{ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} + input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover { .background_color_15_gray; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 32a7d1687e..71094958c9 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -5968,6 +5968,11 @@ button, cursor: pointer; color: #004e7d; } +input[type=submit] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,