Disabled elements now translucent

This commit is contained in:
Joel Collins 2019-02-15 15:53:31 +00:00
parent 3dead8b4ea
commit 909a50aad1

View file

@ -112,5 +112,9 @@ body, html {
border: 1px solid lightgray;
}
.uk-disabled {
pointer-events: none;
opacity: 0.5;
}
</style>