summaryrefslogtreecommitdiff
path: root/scss/custom.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
commit567774c482049f2b1a116f1b60047c49140b3090 (patch)
tree03439176bad2d271c107c30e3d8a0e88100fb9ee /scss/custom.scss
parent744d57f10020e844afc1f2670ce5a3484e0858ed (diff)
downloadIshtar-567774c482049f2b1a116f1b60047c49140b3090.tar.bz2
Ishtar-567774c482049f2b1a116f1b60047c49140b3090.zip
Geo: zoom on feature WIP
Diffstat (limited to 'scss/custom.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;
}