# HG changeset patch # User domruf # Date 1509134576 -7200 # Node ID f56a7b14b2214cc4d0422f24b283746232929877 # Parent 89be46d1bfd0360c5693e234cce8b9a278924c75 less: use default datatable header (without) background color This has a better, cleaner look. diff -r 89be46d1bfd0 -r f56a7b14b221 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Oct 27 22:13:34 2017 +0200 +++ b/kallithea/public/css/style.css Fri Oct 27 22:02:56 2017 +0200 @@ -160,12 +160,6 @@ #content div.panel table#permissions_manage { width: auto; } -#content div.panel table th { - background: #eee; - border-bottom: 1px solid #ddd; - padding: 5px 0px 5px 5px; - text-align: left; -} #content div.panel table td.compact { padding-left: 0; padding-right: 0; diff -r 89be46d1bfd0 -r f56a7b14b221 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Fri Oct 27 22:13:34 2017 +0200 +++ b/kallithea/public/less/style.less Fri Oct 27 22:02:56 2017 +0200 @@ -168,12 +168,6 @@ #content div.panel table#permissions_manage { width: auto; } -#content div.panel table th { - background: #eee; - border-bottom: 1px solid #ddd; - padding: 5px 0px 5px 5px; - text-align: left; -} #content div.panel table td.compact { padding-left: 0; padding-right: 0;