summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
diff options
context:
space:
mode:
authorUdo Walter2017-10-03 20:07:15 +0200
committerUdo Walter2017-10-03 20:07:15 +0200
commit3941f2482e26590e7f0f24147bc87740ab7f18af (patch)
treeb782293185db8ea8847b335628fb709f2928b69f /modules-available/locations/style.css
parent[internetaccess] implemented new permission system (diff)
downloadslx-admin-3941f2482e26590e7f0f24147bc87740ab7f18af.tar.gz
slx-admin-3941f2482e26590e7f0f24147bc87740ab7f18af.tar.xz
slx-admin-3941f2482e26590e7f0f24147bc87740ab7f18af.zip
[locations] implemented new permission system
Diffstat (limited to 'modules-available/locations/style.css')
-rw-r--r--modules-available/locations/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/modules-available/locations/style.css b/modules-available/locations/style.css
index 86f9dfca..042ac4d1 100644
--- a/modules-available/locations/style.css
+++ b/modules-available/locations/style.css
@@ -1,3 +1,14 @@
table.locations tbody td:nth-of-type(even) {
background-color: rgba(0, 0, 0, 0.025);
-} \ No newline at end of file
+}
+
+.not-allowed {
+ pointer-events: none;
+ cursor: default;
+ color: inherit;
+}
+
+.disabled {
+ pointer-events: none;
+ opacity: 0.6;
+}