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