CSS cosmetic : highlight

This commit is contained in:
Dany De Bontridder 2018-03-11 09:52:53 +01:00
parent efad6f47f6
commit fff18d990e

View file

@ -460,7 +460,7 @@ div.content a.mtitle {
div.content a.mtitle:hover {
text-decoration:none;
display:inline;
background-color:#9FB7FF;
background-color:#888;
color:orangered;
cursor: pointer;
@ -1726,13 +1726,13 @@ li.highlight,tr.highlight{
font-weight: bolder;
font-size:14px;
background-color: #8A8787;
color:white !important;
color:whitesmoke !important;
border-width: 2px;
border-style: solid;
/*! border-color: blue; */
}
li.highlight a,tr.highlight a{
color:white !important;
color:whitesmoke !important;
}
*|*:link {