ajout .odd, .even
This commit is contained in:
parent
a0a6b857f5
commit
6e2e5ddeac
@ -130,6 +130,20 @@ a.anchor {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.odd {
|
||||||
|
background-color: LavenderBlush;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.even {
|
||||||
|
background-color: Lavender;
|
||||||
|
}
|
||||||
|
|
||||||
|
.odd:hover, .even:hover {
|
||||||
|
background-color: Gold;
|
||||||
|
}
|
||||||
|
|
||||||
.materiel_ligne1 {
|
.materiel_ligne1 {
|
||||||
background-color: LavenderBlush;
|
background-color: LavenderBlush;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user