summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style/default.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style/default.css b/style/default.css
index 10cbd5ac..bdf81a6f 100644
--- a/style/default.css
+++ b/style/default.css
@@ -586,10 +586,14 @@ table.slx-ellipsis td {
white-space: nowrap;
}
-div.disabled {
+div.disabled, ul.nav > li.disabled {
cursor: not-allowed;
}
+ul.nav > li.disabled > a {
+ pointer-events: none;
+}
+
div.disabled input, div.disabled label, div.disabled .btn {
pointer-events: none;
}
@@ -604,4 +608,4 @@ div.disabled-hack {
margin: 0;
padding: 0;
display: inline-block;
-} \ No newline at end of file
+}