Skip to content
GitLab
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
ae09f0b1
Verified
Commit
ae09f0b1
authored
Nov 07, 2017
by
Thibaut Broggi
Browse files
Fix style for language switch buttons
parent
e0eda5d9
Pipeline
#1503
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
static/style.css
View file @
ae09f0b1
...
...
@@ -62,19 +62,14 @@ nav > :nth-child(1) > img {
cursor
:
pointer
;
border
:
initial
;
height
:
30px
;
background-color
:
inherit
;
color
:
inherit
;
}
html
[
lang
=
"en"
]
#enButton
,
html
[
lang
=
"fr"
]
#frButton
{
font-weight
:
bold
;
color
:
black
;
background-color
:
inherit
;
}
html
[
lang
=
"en"
]
#frButton
,
html
[
lang
=
"fr"
]
#enButton
{
background-color
:
#497ed5
;
color
:
white
;
font-weight
:
bolder
;
cursor
:
default
;
}
@media
(
min-width
:
992px
)
{
...
...
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