strasbourg-2018: add evaluation stars style, <select>-only (#51835)

This commit is contained in:
Frédéric Péters 2021-03-09 12:43:26 +01:00
parent 271f5a5e90
commit 4986e45992
2 changed files with 13 additions and 0 deletions

View File

@ -1522,3 +1522,15 @@ section.layout-demarche div.cell-items-pagination {
a.btn-square--bordered--core {
text-decoration: none !important;
}
div.RadiobuttonsWidget.template-evaluation {
&::after {
content: "Rendu pas pris en charge. (#51835)";
background: red;
padding: 2px 5px;
color: white;
}
.content {
display: none !important;
}
}

View File

@ -43,4 +43,5 @@
@import '../includes/jqueryui';
@import '../includes/grid';
@import '../includes/misc';
@import '../includes/wcs/evaluation';
@import 'custom';