mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:31 +01:00
* Mobile theme: Fix inconsistent styling of submit buttons on login page, when browsing with Safari
This commit is contained in:
parent
ac092b6321
commit
eec591ce80
@ -5949,6 +5949,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,
|
||||
|
@ -5938,6 +5938,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;
|
||||
|
@ -5960,6 +5960,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