aux/files/css/style.css in genevalidator-1.6.1 vs aux/files/css/style.css in genevalidator-1.6.2
- old
+ new
@@ -73,16 +73,10 @@
.expanded-child{
display: block;
text-align: center;
}
-/* table striped backgrounds ___________*/
-
-tbody > tr:nth-child(4n+1), tbody > tr:nth-child(4n+2) {
- background-color: #f5f5f5;
-}
-
/* table sorter ___________*/
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
@@ -156,14 +150,14 @@
.table tbody td.success,
.table tbody td.danger {
cursor: pointer !important;
}
-.danger:hover {
+.table tbody td.danger:hover {
background-color: rgb(242, 203, 203) !important;
}
-.success:hover{
+.table tbody td.success:hover{
background-color: rgb(204, 228, 200) !important;
}
/* D3Js & Axis
___________________________*/
\ No newline at end of file