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
don
Commits
e649939e
Commit
e649939e
authored
Oct 15, 2018
by
Marne
Browse files
Ajout de css pour la modification de la page d'accueil
parent
0fed3583
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
www/static/css/custom.css
View file @
e649939e
body
{
body
,
.white
{
background-image
:
none
;
background-image
:
none
;
background-color
:
#ebf3ff
;
background-color
:
#ebf3ff
;
color
:
#2f5188
;
color
:
#2f5188
;
...
@@ -77,3 +77,20 @@ button.c-boutonslongs:hover, input.c-boutonslongs:hover {
...
@@ -77,3 +77,20 @@ button.c-boutonslongs:hover, input.c-boutonslongs:hover {
padding
:
2em
;
padding
:
2em
;
}
}
.btn-modal
{
background-color
:
#2f5188
;
}
.radio-row
[
type
=
"radio"
]
:checked
+
label
{
color
:
#ffffff
;
border-radius
:
0px
;
border
:
solid
1px
#ccd3dd
;
background-color
:
#2f5188
;
}
.radio-row
[
type
=
"radio"
]
:not
(
:checked
)
+
label
{
border-radius
:
0px
;
border
:
solid
1px
#ccd3dd
;
color
:
#2f5188
;
background-color
:
#ffffff
;
}
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