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 | 0d93d19602f6796e2a8beef331721c704b3f8e1f (patch) | |
tree | 03439176bad2d271c107c30e3d8a0e88100fb9ee /scss | |
parent | 7ff7ee6b83ca4b8889087b8c3f0f47625d1f6976 (diff) | |
download | Ishtar-0d93d19602f6796e2a8beef331721c704b3f8e1f.tar.bz2 Ishtar-0d93d19602f6796e2a8beef331721c704b3f8e1f.zip |
Geo: zoom on feature WIP
Diffstat (limited to '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; } |