summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/style/default.css b/style/default.css
index 57f76f69..a9d45681 100644
--- a/style/default.css
+++ b/style/default.css
@@ -600,12 +600,22 @@ table.slx-ellipsis td {
white-space: nowrap;
}
-div.disabled input, div.disabled label {
- pointer-events: none;
+div.disabled {
cursor: not-allowed;
}
+div.disabled input, div.disabled label, div.disabled .btn {
+ pointer-events: none;
+}
+
.input-group-addon > label {
font-weight: normal;
margin-bottom: inherit;
+}
+
+div.disabled-hack {
+ cursor: not-allowed;
+ margin: 0;
+ padding: 0;
+ display: inline-block;
} \ No newline at end of file