acc btn hover style

This commit is contained in:
Til Schmitter 2026-04-04 14:09:29 +02:00
parent 12a57c3458
commit 9c7ef76de6
2 changed files with 4 additions and 7 deletions

View file

@ -1804,8 +1804,9 @@ html.y #tree.nowrap .ntree a+a:hover {
color: var(--fg-max); color: var(--fg-max);
} }
#docul a:hover, #docul a:hover,
.popup_button:hover,
#tree .ntree a+a:hover { #tree .ntree a+a:hover {
background: var(--bg-d2); background: var(--btn-h-bg);
color: var(--fg-max); color: var(--fg-max);
} }
.ntree a:first-child { .ntree a:first-child {
@ -4334,8 +4335,6 @@ html.e #detree {
background: var(--btn-1-bg); background: var(--btn-1-bg);
cursor: pointer; cursor: pointer;
height: 2.0em; height: 2.0em;
}
#acc_btnContent{
display: flex; display: flex;
justify-content:space-between; justify-content:space-between;
color: var(--btn-1-fg); color: var(--btn-1-fg);

View file

@ -153,10 +153,8 @@
</form> </form>
</span> </span>
<div id="acc_button" class="popup_button"> <div id="acc_button" class="popup_button">
<div id="acc_btnContent"> <p id="acc_name"></p>
<p id="acc_name"></p> <a id="acc_settings" href="#v=cfg" data-dest="cfg">⚙️</a>
<a id="acc_settings" href="#v=cfg" data-dest="cfg">⚙️</a>
</div>
</div> </div>
</div> </div>