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

21 lines
383 B
CSS
Raw Permalink Normal View History

2015-12-10 09:56:35 +00:00
#CONTAINER > article[data-title]{
border-color: #24b993;
}
2015-12-10 09:56:35 +00:00
#CONTAINER > article[data-title]:before{
border-color: #24b993;
background-color: #24b993;
}
2015-12-10 09:56:35 +00:00
#CONTAINER > article select.associated{
border-color: #24b993;
}
2015-12-10 09:56:35 +00:00
input[type=radio] + label:before{
border-color: #24b993;
}
2015-12-10 09:56:35 +00:00
input[type=radio] + label:before{
background-image: url(../src/svg/radio@bluegreen.theme.svg);
}