From d879774ad2b6cc5ce3f870eb85972245464c56b3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 12 Feb 2018 18:00:45 +0100 Subject: slx-fixes.js/default.css: Fix disabled cursor-style --- style/default.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'style') 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 -- cgit v1.2.3-55-g7522