table checkbox: add cursor: pointer and remove user-select
This commit is contained in:
parent
fb564d21b8
commit
41f179eb6c
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue