Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
3aaf5fb8
Commit
3aaf5fb8
authored
Dec 08, 2020
by
David Steeb
Browse files
[BUGFIX] Show content of backend login dropdown in Safari
Related: T3DEMO-272
parent
6642eb1f
Pipeline
#10162
passed with stage
in 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/demologin/Resources/Private/Templates/DemoLogin.html
View file @
3aaf5fb8
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
class=
"form-group"
id=
"st3-login-username-section"
>
<div
class=
"form-group"
id=
"st3-login-username-section"
>
<div
class=
"form-control-wrap"
>
<div
class=
"form-control-wrap"
>
<div
class=
"form-control-holder"
>
<div
class=
"form-control-holder"
>
<select
name=
"userGroup"
class=
"form-control input-login"
>
<select
name=
"userGroup"
class=
"form-control input-login"
id=
"demo-login-dropdown"
>
<f:for
each=
"{userGroups}"
as=
"userGroup"
>
<f:for
each=
"{userGroups}"
as=
"userGroup"
>
<option
value=
"{userGroup.uid}"
>
{userGroup.title}
</option>
<option
value=
"{userGroup.uid}"
>
{userGroup.title}
</option>
</f:for>
</f:for>
...
...
src/extensions/site_t3demo/Resources/Private/Scss/t3skin_override.scss
View file @
3aaf5fb8
...
@@ -23,6 +23,10 @@
...
@@ -23,6 +23,10 @@
height
:
24px
;
height
:
24px
;
}
}
#demo-login-dropdown
{
line-height
:
1em
;
}
// login notice
// login notice
@media
(
min-width
:
700px
)
{
@media
(
min-width
:
700px
)
{
.panel.panel-lg.panel-login
{
.panel.panel-lg.panel-login
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment