diff --git a/rhodecode/public/css/tables.less b/rhodecode/public/css/tables.less --- a/rhodecode/public/css/tables.less +++ b/rhodecode/public/css/tables.less @@ -64,7 +64,9 @@ table.dataTable { .expired td { background-color: @grey7; } - + .inactive td { + background-color: @grey6; + } th { text-align: left; font-weight: @text-semibold-weight; diff --git a/rhodecode/templates/admin/auth/auth_settings.mako b/rhodecode/templates/admin/auth/auth_settings.mako --- a/rhodecode/templates/admin/auth/auth_settings.mako +++ b/rhodecode/templates/admin/auth/auth_settings.mako @@ -66,7 +66,7 @@