summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-10-12 14:59:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:18 +0100
commit0d93d19602f6796e2a8beef331721c704b3f8e1f (patch)
tree03439176bad2d271c107c30e3d8a0e88100fb9ee /scss
parent7ff7ee6b83ca4b8889087b8c3f0f47625d1f6976 (diff)
downloadIshtar-0d93d19602f6796e2a8beef331721c704b3f8e1f.tar.bz2
Ishtar-0d93d19602f6796e2a8beef331721c704b3f8e1f.zip
Geo: zoom on feature WIP
Diffstat (limited to 'scss')
-rw-r--r--scss/custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 8e0d9dd59..92ffbbec4 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -29,6 +29,14 @@ label {
min-height: 1.5rem;
}
+[aria-disabled="true"] {
+ opacity: 0.3;
+}
+
+[aria-disabled="true"]:hover {
+ cursor: not-allowed;
+}
+
.clearfix{
clear: both;
}