table checkbox: add cursor: pointer and remove user-select

This commit is contained in:
Felix Niklas 2014-07-23 23:09:40 +02:00
parent fb564d21b8
commit 41f179eb6c

View file

@ -30,7 +30,7 @@ table {
.table { .table {
display: table; display: table;
color: #a9bcc4; color: hsl(198,19%,72%);
} }
.table .table-row { .table .table-row {
@ -81,6 +81,10 @@ table {
padding: 0; padding: 0;
margin: 0; margin: 0;
height: 38px; height: 38px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
} }
.table .checkbox-replacement input[type=checkbox] { .table .checkbox-replacement input[type=checkbox] {
@ -1991,7 +1995,6 @@ footer {
.stat-widgets { .stat-widgets {
margin: 0 -7px; margin: 0 -7px;
display: none !important;
} }
.stat-widget { .stat-widget {