50 lines
856 B
CSS
50 lines
856 B
CSS
.formulaire_editer_autorisations .boss {
|
|
max-width: 24px;
|
|
}
|
|
|
|
.formulaire_editer_autorisations .chosen-container {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.formulaire_editer_autorisations table tr:nth-child(even) {
|
|
background-color: rgb(231, 233, 237);
|
|
}
|
|
|
|
a.associer_modele {
|
|
color: rgb(51, 164, 51);
|
|
}
|
|
|
|
.nom_modele span {
|
|
background-color: #cecece;
|
|
padding: 2px 5px;
|
|
border-radius: 4px;
|
|
}
|
|
.nom_modele a.associer_modele {
|
|
color: #000;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.icone_svg {
|
|
width: 1em;
|
|
height: 1em;
|
|
vertical-align: -0.15em;
|
|
fill: currentColor;
|
|
overflow: hidden;
|
|
}
|
|
|
|
button[type='submit'].dissocier {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
box-shadow: none;
|
|
min-width: 20px;
|
|
padding: 0;
|
|
color: #ff0000;
|
|
}
|
|
|
|
.pas_modele.enregistrer_modele input {
|
|
display: none;
|
|
}
|
|
|
|
.formulaire_editer_modeles_autorisation .chosen-container {
|
|
max-width: 100%;
|
|
}
|