diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-20 15:55:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-20 15:55:58 +0200 |
commit | 67067a34f520f8f0c850df84f014a94359ae197b (patch) | |
tree | c87b8d775fadced626c845d0f26d2cf47e9cacda /scss | |
parent | 5b0fe60ad676f4e1f8416f68f8856948d280c740 (diff) | |
download | Ishtar-67067a34f520f8f0c850df84f014a94359ae197b.tar.bz2 Ishtar-67067a34f520f8f0c850df84f014a94359ae197b.zip |
✨ display inline help for searches - 💄 new syle for help
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 6cb66aa30..a2c9f1000 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -834,6 +834,8 @@ ul.compact{ .help-text{ max-height: 250px; overflow: auto; + cursor: n-resize; + box-shadow: 2px 2px 1px gray; } .input-link{ |