summaryrefslogtreecommitdiffci
path: root/static
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-10-17 05:10:05 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-10-17 05:10:05 +0700
commit22cbb05bdd2b3c2b3fc242985d587f9c9e8494d7 (patch)
treee14be51cf1bb4387f90d63068bb7852f05fa130a /static
parent7526d3c1dbb5564fb4156da4510a92038a6fdac8 (diff)
downloadweb-22cbb05bdd2b3c2b3fc242985d587f9c9e8494d7.tar.gz
web-22cbb05bdd2b3c2b3fc242985d587f9c9e8494d7.zip
fix: tooltip arrow color
Diffstat (limited to 'static')
-rw-r--r--static/input.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/input.css b/static/input.css
index cfefa0d..01a747e 100644
--- a/static/input.css
+++ b/static/input.css
@@ -367,7 +367,7 @@ a:hover {
margin-left: -0.25rem;
border-width: 0.25rem;
border-style: solid;
- border-color: transparent transparent black transparent;
+ border-color: transparent transparent var(--background-dark-color) transparent;
}
.grid-item, .grid-sizer {