Disabled elements now translucent
This commit is contained in:
parent
3dead8b4ea
commit
909a50aad1
1 changed files with 4 additions and 0 deletions
|
|
@ -112,5 +112,9 @@ body, html {
|
|||
border: 1px solid lightgray;
|
||||
}
|
||||
|
||||
.uk-disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue