diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-26 10:51:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-26 10:51:06 +0200 |
commit | 0dec7575221e86f39439b249a5da6044c1a0a9b4 (patch) | |
tree | 8d2a0a9530f860402cfdb0bd823acec12950a2ab /styles | |
parent | 38222cb9d104521afbbd229224ad0d76b8d2b02e (diff) |
new timeline.ts schema + editor (pretty much) done
Diffstat (limited to 'styles')
-rw-r--r-- | styles/editor.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/styles/editor.css b/styles/editor.css index 6e68b30..9393227 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -34,9 +34,18 @@ .settings .inner .section { margin-top: 16px; + user-select: none; + transition-property: opacity; + transition-duration: 150ms; +} + +.settings .inner .section.disabled { + opacity: .4; + pointer-events: none; } .settings .inner .section .title { + user-select: none; color: var(--c800); display: block; } |