mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 03:27:46 -05:00
[web] Put specific style in the component
This commit is contained in:
@@ -73,4 +73,11 @@ export default {
|
||||
max-height: calc(100vh - calc(4 * var(--bulma-navbar-height)));
|
||||
overflow: auto;
|
||||
}
|
||||
.is-disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user