summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-12 18:00:45 +0100
committerSimon Rettberg2018-02-12 18:00:45 +0100
commitd879774ad2b6cc5ce3f870eb85972245464c56b3 (patch)
tree312c9e0168b31f48b88659cf2e2b7a9732f7c353 /style
parent[permissionmanager] Tweak style, fix role filtering (and make it AND), minor ... (diff)
downloadslx-admin-d879774ad2b6cc5ce3f870eb85972245464c56b3.tar.gz
slx-admin-d879774ad2b6cc5ce3f870eb85972245464c56b3.tar.xz
slx-admin-d879774ad2b6cc5ce3f870eb85972245464c56b3.zip
slx-fixes.js/default.css: Fix disabled cursor-style
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