projet-php/css/blue-green.theme.css

21 lines
497 B
CSS

body.theme-bluegreen #CONTAINER > article[data-title]{
border-color: #24b993;
}
body.theme-bluegreen #CONTAINER > article[data-title]:before{
border-color: #24b993;
background-color: #24b993;
}
body.theme-bluegreen #CONTAINER > article select.associated{
border-color: #24b993;
}
body.theme-bluegreen input[type=checkbox] + label:before{
border-color: #24b993;
}
body.theme-bluegreen input[type=checkbox] + label:before{
background-image: url(../src/svg/checkbox@bluegreen.theme.svg);
}