Code: Select all
nav > .container-fluid > input[id='openSidebarMenu']:checked ~ #maincontent {
background-color:red;
}
........
Code: Select all
nav > .container-fluid > input[id='openSidebarMenu']:checked ~ #maincontent {
background-color:red;
}
........