Private
Public Access
1
0

coach view

This commit is contained in:
Sander Roosendaal
2018-10-15 17:34:21 +02:00
parent bd757c7bb4
commit 7b4006ae2c
3 changed files with 137 additions and 208 deletions

View File

@@ -690,7 +690,7 @@ th.rotate > div > span {
color: #1c75bc;
padding: 0.2em 0.0em 0.2em 0.0em;
zoom: 1;
}
@@ -928,27 +928,3 @@ a.wh:hover {
text-decoration: none;
}
.cd-accordion-menu input[type=checkbox] {
/* hide native checkbox */
position: absolute;
opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
position: relative;
display: block;
padding: 18px 18px 18px 64px;
background: #4d5158;
box-shadow: inset 0 -1px #555960;
color: #ffffff;
font-size: 1.6rem;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
/* show children when item is checked */
display: block;
}