##// END OF EJS Templates
add zebra striping to the dashboard
Mathieu -
Show More
@@ -12,6 +12,7 b''
12 12 @btn_small_height: 24px;
13 13 @btn_mini_height: 22px;
14 14 @dark_dashboard_color: @breadcrumb-color;
15 @list_stripe_color: lighten(@page-backdrop-color,3%);
15 16
16 17 ul#tabs {
17 18 margin-bottom: @dashboard_tb_pad;
@@ -55,6 +56,7 b' ul.breadcrumb {'
55 56
56 57 .list_header {
57 58 font-weight: bold;
59 background-color: @page-backdrop-color
58 60 }
59 61
60 62 .list_container {
@@ -80,6 +82,9 b' ul.breadcrumb {'
80 82 background-color: @table-border-color;
81 83 };
82 84 a {text-decoration: none;}
85 &:nth-child(odd) {
86 background-color: @list_stripe_color;
87 }
83 88 }
84 89
85 90 .action_col {
General Comments 0
You need to be logged in to leave comments. Login now