Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
e649939e
Commit
e649939e
authored
Oct 15, 2018
by
Marne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout de css pour la modification de la page d'accueil
parent
0fed3583
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
www/static/css/custom.css
www/static/css/custom.css
+18
-1
No files found.
www/static/css/custom.css
View file @
e649939e
body
{
body
,
.white
{
background-image
:
none
;
background-color
:
#ebf3ff
;
color
:
#2f5188
;
...
...
@@ -77,3 +77,20 @@ button.c-boutonslongs:hover, input.c-boutonslongs:hover {
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
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