diff options
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 |
commit | 567774c482049f2b1a116f1b60047c49140b3090 (patch) | |
tree | 03439176bad2d271c107c30e3d8a0e88100fb9ee /scss/custom.scss | |
parent | 744d57f10020e844afc1f2670ce5a3484e0858ed (diff) | |
download | Ishtar-567774c482049f2b1a116f1b60047c49140b3090.tar.bz2 Ishtar-567774c482049f2b1a116f1b60047c49140b3090.zip |
Geo: zoom on feature WIP
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 8 |
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; } |