Fix cursor for disabled apps

pull/1/head
yflory 3 years ago
parent 9e1831bbeb
commit 345a284608

@ -87,6 +87,7 @@
}
&.cp-app-disabled {
cursor: not-allowed !important;
.fa, .cptools { cursor: not-allowed !important; }
opacity: 0.5;
}
}

@ -45,6 +45,7 @@
}
&.cp-app-disabled {
cursor: not-allowed !important;
.fa, .cptools { cursor: not-allowed !important; }
opacity: 0.5;
}
}

Loading…
Cancel
Save