Skip to content
Extraits de code Groupes Projets
Valider 2e4340fb rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Refs #5355, use existing plus/minus icons in normal subtable reports and don't...

Refs #5355, use existing plus/minus icons in normal subtable reports and don't use new CSS for actions reports which use images.
parent 120bfe59
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -454,24 +454,28 @@ table.dataTable {
&.dataTableVizVisitorLog {
}
}
tr.subDataTable > td:first-child:before {
display: inline-block;
float: left;
top: 0;
width: 1.25em;
font-size: .8em;
font-style: italic;
color:#888;
}
div.dataTableVizHtmlTable:not(.dataTableActions) {
tr.subDataTable > td:first-child:before {
display: inline-block;
float: left;
top: 0;
width: 12px;
height: 12px;
margin-left:-.5em;
margin-top:4px;
margin-right:8px;
content: '';
}
tr.subDataTable:not(.expanded) > td:first-child:before {
content: '+';
}
tr.subDataTable:not(.expanded) > td:first-child:before {
background-image: url(plugins/Morpheus/images/plus.png);
}
tr.subDataTable.expanded > td:first-child:before {
content: '-';
}
tr.subDataTable.expanded > td:first-child:before {
background-image: url(plugins/Morpheus/images/minus.png);
}
}
table.dataTable tr.subDataTable:hover > td, table.dataTable tr.subDataTable:hover > td .dataTableRowActions {
......
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