diff -u b/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css --- b/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -921,8 +921,8 @@ padding-left: 0; /* LTR */ } #footer li:last-child a { - padding-right: 0; /* LTR */ border-right: none; /* LTR */ + padding-right: 0; /* LTR */ } #footer-wrapper tr.zebra { background-color: transparent; diff -u b/core/themes/seven/style.css b/core/themes/seven/style.css --- b/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -442,10 +442,10 @@ color: #000; } tr.zebra { - border-width: 0 1px 0 1px; - border-style: solid; - border-color: #bebfb9; background: #f3f4ee; + border-color: #bebfb9; + border-style: solid; + border-width: 0 1px 0 1px; } tr.zebra:nth-child(odd) { background: #fff;