fix shadow color of open "+" menu

This commit is contained in:
Til Schmitter 2026-04-27 00:47:10 +02:00
parent 9a58ebe80f
commit b217ecae2b
2 changed files with 4 additions and 2 deletions

View file

@ -1307,11 +1307,13 @@ html.dz #flogout {
font-size: xx-large;
font-weight: bold;
box-shadow: 0 0 .5em color-mix(var(--a) 20%, transparent);
transition: all .15s;
border-radius: 10px;
border-radius: calc(var(--radius) * 1.2);
text-align: right;
}
#up_quick.open {
box-shadow: 0 0 .5em color-mix(var(--mp-sh) 20%, transparent);
}
#up_quick_more {
display: none;
min-width: 4em;
@ -1321,7 +1323,6 @@ html.dz #flogout {
}
#up_quick_more.vis {
display: block;
box-shadow: 0 0 .5em color-mix(var(--mp-sh) 20%, transparent);
}
#up_quick_more a:hover {
background: var(--btn-h-bg);

View file

@ -960,6 +960,7 @@ ebi('up_quick').onclick = function(){
clmod(btn, 'on', 't');
var isOff = clgot(btn, 'on'); // button has inverted display logic
clmod(ebi('up_quick_more'), 'vis', !isOff)
clmod(ebi('up_quick'), 'open', !isOff)
}
ebi('uq_nd').onclick = function(){
mktemp(true);