* Mobile theme: Fix inconsistent styling of submit buttons on login page, when browsing with Safari

This commit is contained in:
Hadi Nategh 2019-01-07 11:06:15 +01:00
parent d21e848883
commit 08b4627c6a
5 changed files with 27 additions and 0 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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;

View File

@ -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,