wcs: adapt steps colours

This commit is contained in:
Frédéric Péters 2014-12-22 17:15:50 +01:00
parent 1a63365ca9
commit 7ea51bb180
1 changed files with 7 additions and 8 deletions

View File

@ -125,7 +125,7 @@ div#steps span.marker {
float:left;
font-size: 250%;
font-weight:bold;
color: white;
color: #999;
margin: -5px 0 0 ;
position: relative;
top: -3px;
@ -137,7 +137,7 @@ div#steps ol li {
letter-spacing:1px;
padding: 1ex;
font-weight: bold;
background: #E52727;
background: #AAAAAA;
}
div#steps ol li:first-child {
@ -145,12 +145,13 @@ div#steps ol li:first-child {
}
div#steps ol li.current {
background: #1C1C1C;
background: #1D9DD9;
color:#fff;
}
div#steps ol li.current .marker {
color: #868686;
color: white;
text-shadow: black 0 0 1px;
}
div#steps ol ul {
@ -164,8 +165,7 @@ div#steps ol li.current ul li.current {
}
div#steps li ul li {
background: #E5E5E5;
background: white;
background: #AAAAAA;
margin: 0;
font-weight: normal;
font-size: 90%;
@ -186,8 +186,7 @@ div#steps li.current ul li {
}
div#steps li.current ul li.current {
color: white;
background: #AAAAAA;
background: white;
}