Skip to content
Extraits de code Groupes Projets
Valider e7ec27f6 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

fix row actions are not really visible in case the label is long

parent 377270ea
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -338,6 +338,21 @@
}
}
table.dataTable tr td .dataTableRowActions {
a.rightmost, a {
background-color: #f2f2f2 !important;
margin: 6px 0px 6px 0;
padding: 0px 4px 0px 0px;
}
}
table.dataTable tr:nth-child(2n) td .dataTableRowActions {
a.rightmost, a {
background-color: #fff !important;
}
}
table.dataTable th .columnDocumentation {
color: @silver-90;
}
......
......@@ -34,13 +34,6 @@ h2 {
.tableConfiguration div.configItem span.action {
color: @brand-blue;
}
table.dataTable .dataTableRowActions a.rightmost {
background: none !important;
}
table.dataTable .columnodd .dataTableRowActions a.rightmost {
background: none !important;
}
.dataTablePages {
color: @brand-black;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter