aboutsummaryrefslogtreecommitdiffstats
path: root/app/styles/sdc.less
diff options
context:
space:
mode:
Diffstat (limited to 'app/styles/sdc.less')
-rw-r--r--app/styles/sdc.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/styles/sdc.less b/app/styles/sdc.less
index b26b834..4b3787c 100644
--- a/app/styles/sdc.less
+++ b/app/styles/sdc.less
@@ -18383,3 +18383,17 @@
width: 16px;
height: 20px; }
}
+
+button:disabled,
+input:disabled,
+select:disabled,
+textarea:disabled {
+ cursor: not-allowed !important;
+ background: #c0c0c0 !important;
+}
+
+input[readonly],
+textarea[readonly] {
+ cursor: not-allowed !important;
+ background: #c0c0c0 !important;
+}