##// END OF EJS Templates
invoke css
Mathieu -
Show More
@@ -8668,6 +8668,7 b' ul.breadcrumb span {'
8668 8668 }
8669 8669 .list_header {
8670 8670 font-weight: bold;
8671 background-color: #eeeeee;
8671 8672 }
8672 8673 .list_container {
8673 8674 margin-top: 4px;
@@ -8690,6 +8691,9 b' ul.breadcrumb span {'
8690 8691 .list_item a {
8691 8692 text-decoration: none;
8692 8693 }
8694 .list_item:nth-child(odd) {
8695 background-color: #f6f6f6;
8696 }
8693 8697 .action_col {
8694 8698 text-align: right;
8695 8699 }
General Comments 0
You need to be logged in to leave comments. Login now