mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
Fix rememeber_me selectbox on login page styling
This commit is contained in:
parent
3ebb544b86
commit
f66a6bea90
@ -1911,7 +1911,7 @@ body {
|
||||
background-color: transparent;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select[name="remember_me"] {
|
||||
text-indent: 120px;
|
||||
text-indent: 60%;
|
||||
background-color: transparent;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:focus,
|
||||
|
@ -1900,7 +1900,7 @@ body {
|
||||
background-color: transparent;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select[name="remember_me"] {
|
||||
text-indent: 120px;
|
||||
text-indent: 60%;
|
||||
background-color: transparent;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:focus,
|
||||
|
@ -189,7 +189,7 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
select[name="remember_me"] {
|
||||
text-indent: 120px;
|
||||
text-indent: 60%;
|
||||
background-color: transparent;
|
||||
}
|
||||
select:focus, select:hover {box-shadow:none;}
|
||||
|
@ -1922,7 +1922,7 @@ body {
|
||||
background-color: transparent;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select[name="remember_me"] {
|
||||
text-indent: 120px;
|
||||
text-indent: 60%;
|
||||
background-color: transparent;
|
||||
}
|
||||
#loginMainDiv div#centerBox form table.divLoginbox select:focus,
|
||||
|
Loading…
Reference in New Issue
Block a user