mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Mobile theme: Fix inconsistent styling of submit buttons on login page, when browsing with Safari
This commit is contained in:
parent
d21e848883
commit
08b4627c6a
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user