coach view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user