aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/editor.css')
-rw-r--r--styles/editor.css9
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;
}