diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 7de1e4eb9..4bcbee888 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -30,7 +30,7 @@ table { .table { display: table; - color: #a9bcc4; + color: hsl(198,19%,72%); } .table .table-row { @@ -81,6 +81,10 @@ table { padding: 0; margin: 0; height: 38px; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; } .table .checkbox-replacement input[type=checkbox] { @@ -1991,7 +1995,6 @@ footer { .stat-widgets { margin: 0 -7px; - display: none !important; } .stat-widget {