From 676bb4aebcbb65f6271f062d03aef2a48346f2e3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Feb 2018 16:17:03 +0100 Subject: [backup] Use permission helpers --- style/default.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style') diff --git a/style/default.css b/style/default.css index 7273dba2..3b02ffdb 100644 --- a/style/default.css +++ b/style/default.css @@ -178,6 +178,7 @@ body { display: block; cursor: pointer; } + input[readonly] { background-color: white !important; cursor: text !important; @@ -598,3 +599,8 @@ table.slx-ellipsis td { text-overflow: ellipsis; white-space: nowrap; } + +div.disabled input, div.disabled label { + pointer-events: none; + cursor: not-allowed; +} \ No newline at end of file -- cgit v1.2.3-55-g7522