summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-09 16:17:03 +0100
committerSimon Rettberg2018-02-09 16:17:03 +0100
commit676bb4aebcbb65f6271f062d03aef2a48346f2e3 (patch)
tree4ebaa48cad5acf9d9087f206018da446cd4a9e62 /style
parentPermissions: Introduce helper functions for common tasks (diff)
downloadslx-admin-676bb4aebcbb65f6271f062d03aef2a48346f2e3.tar.gz
slx-admin-676bb4aebcbb65f6271f062d03aef2a48346f2e3.tar.xz
slx-admin-676bb4aebcbb65f6271f062d03aef2a48346f2e3.zip
[backup] Use permission helpers
Diffstat (limited to 'style')
-rw-r--r--style/default.css6
1 files changed, 6 insertions, 0 deletions
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