forked from extern/egroupware
Fix rememeber_me selectbox on login page styling
This commit is contained in:
parent
17ae61f2fd
commit
8b15c763a3
@ -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