From 41f179eb6cb20fcf3c7cf0238e7abdef27d5a5d5 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 23 Jul 2014 23:09:40 +0200 Subject: [PATCH] table checkbox: add cursor: pointer and remove user-select --- app/assets/stylesheets/zzz.css.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {