mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
- Theme CSS black : erreur dans les LSform_layout
This commit is contained in:
parent
e63c5bb42c
commit
ca3b0d9299
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ ul.LSform_layout_active {
|
||||||
|
|
||||||
li.LSform_layout a {
|
li.LSform_layout a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #0072B8;
|
color: #433F3A;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.LSform_layout_active a {
|
li.LSform_layout_active a {
|
||||||
|
@ -26,7 +26,7 @@ li.LSform_layout_active a {
|
||||||
li.LSform_layout_active {
|
li.LSform_layout_active {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #52BCE5;
|
background-color: #cac9c4;
|
||||||
-moz-border-radius: 3px 3px 0px 0px;
|
-moz-border-radius: 3px 3px 0px 0px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -35,7 +35,7 @@ li.LSform_layout_active {
|
||||||
|
|
||||||
li.LSform_layout_current {
|
li.LSform_layout_current {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0072B8;
|
background-color: #433F3A;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.LSform_layout_active {
|
h2.LSform_layout_active {
|
||||||
|
@ -43,7 +43,7 @@ h2.LSform_layout_active {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.LSform_layout {
|
div.LSform_layout {
|
||||||
border: 1px solid #0072B8;
|
border: 1px solid #433F3A;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue