Commit 909a50aa authored by Joel Collins's avatar Joel Collins
Browse files

Disabled elements now translucent

parent 3dead8b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -112,5 +112,9 @@ body, html {
  border: 1px solid lightgray;
}

.uk-disabled {
    pointer-events: none;
    opacity: 0.5;
}

</style>