Tried to fix cursor

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-09-30 23:16:39 +02:00
parent 93e94d5c70
commit 59891a0ce2
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -171,7 +171,7 @@
background-color: #f8f8f8;
}
td {
cursor: pointer;
cursor: pointer !important;
padding: 5px;
border-bottom: 1px solid #eeeeee;
.icon {
@ -189,7 +189,7 @@
opacity: 0.4;
height: 20px;
width: 32px;
cursor: pointer;
cursor: pointer !important;
}
.icon-more:hover {
opacity: 1;
@ -252,7 +252,7 @@
padding: 2px;
flex-direction: column;
width: 100%;
cursor: pointer;
cursor: pointer !important;
font-size: 1.75em;
text-align: center;
.label {
@ -381,7 +381,7 @@
font-size: 13px;
width: 15%;
i {
cursor: pointer;
cursor: pointer !important;
}
}
td, th {
@ -590,7 +590,7 @@
font-size: 14px;
border: 1px solid #ddd;
background-color: lighten(#ddd, 5%);
cursor: pointer;
cursor: pointer !important;
@include border-left-radius(6px);
//img {
// height: 16px;