summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
diff options
context:
space:
mode:
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;
+}