summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/inputs.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 175790b5f30..87dc6a44806 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -178,6 +178,22 @@ input[type='reset'] {
cursor: pointer;
box-sizing: border-box;
background-color: var(--color-background-dark);
+
+ &:disabled {
+ cursor: default;
+ }
+}
+select,
+button, .button {
+ * {
+ cursor: pointer;
+ }
+
+ &:disabled {
+ * {
+ cursor: default;
+ }
+ }
}
/* Buttons */