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
4c83921c
Verified
Commit
4c83921c
authored
Sep 19, 2017
by
Thibaut Broggi
Browse files
Fix color pickers selected style
parent
c272086a
Changes
1
Hide whitespace changes
Inline
Side-by-side
style.css
View file @
4c83921c
...
...
@@ -47,20 +47,21 @@ div#inputs {
}
.colorpicker
>
div
>
div
{
margin-bottom
:
2
em
;
margin-bottom
:
1
em
;
}
.colorpicker
input
[
type
=
"radio"
]
+
label
{
/* display: inline-block; */
display
:
inline-block
;
width
:
6em
;
height
:
6em
;
padding
:
.8em
;
border-radius
:
50%
;
margin
:
1em
;
}
.colorpicker
input
[
type
=
"radio"
]
+
label
>
span
{
display
:
inline-block
;
width
:
4em
;
height
:
4em
;
/* margin: .5em; */
width
:
100%
;
height
:
100%
;
border-radius
:
50%
;
cursor
:
pointer
;
}
...
...
@@ -71,11 +72,11 @@ div#inputs {
}
.colorpicker
input
[
type
=
"radio"
]
+
label
{
border
:
5
px
solid
#dde5f1
;
border
:
3
px
solid
#dde5f1
;
}
.colorpicker
input
[
type
=
"radio"
]
:not
(
:checked
)
+
label
{
border
:
5
px
solid
transparent
;
border
:
3
px
solid
transparent
;
}
div
[
id
^=
"step"
]
{
...
...
Write
Preview
Markdown
is supported
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