Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
ec29563b
Verified
Commit
ec29563b
authored
Oct 09, 2017
by
Thibaut Broggi
Browse files
Limit icon-picker height
parent
a349a5ee
Pipeline
#1378
passed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
static/style.css
View file @
ec29563b
...
...
@@ -189,6 +189,11 @@ div#step4 > div:nth-of-type(1) {
background-color
:
#ebf3ff
;
}
div
#step4
>
div
:nth-of-type
(
1
)
{
max-height
:
600px
;
overflow-y
:
scroll
;
}
div
#step4
>
div
:nth-of-type
(
1
)
.row
>
label
{
background
:
#ebf3ff
url('./imgs/icon_select.svg')
no-repeat
;
background-size
:
400%
;
...
...
@@ -232,7 +237,6 @@ div#step3 > div:nth-of-type(1) > input[type="radio"] + label {
div
#step3
>
div
:nth-of-type
(
1
)
>
input
[
type
=
"radio"
]
:checked
+
label
,
div
#step4
input
[
type
=
"radio"
]
:checked
+
label
{
color
:
#ebf3ff
;
background-color
:
#497ed5
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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