mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 12:42:51 -06:00
acc btn hover style
This commit is contained in:
parent
12a57c3458
commit
9c7ef76de6
|
|
@ -1804,8 +1804,9 @@ html.y #tree.nowrap .ntree a+a:hover {
|
|||
color: var(--fg-max);
|
||||
}
|
||||
#docul a:hover,
|
||||
.popup_button:hover,
|
||||
#tree .ntree a+a:hover {
|
||||
background: var(--bg-d2);
|
||||
background: var(--btn-h-bg);
|
||||
color: var(--fg-max);
|
||||
}
|
||||
.ntree a:first-child {
|
||||
|
|
@ -4334,8 +4335,6 @@ html.e #detree {
|
|||
background: var(--btn-1-bg);
|
||||
cursor: pointer;
|
||||
height: 2.0em;
|
||||
}
|
||||
#acc_btnContent{
|
||||
display: flex;
|
||||
justify-content:space-between;
|
||||
color: var(--btn-1-fg);
|
||||
|
|
|
|||
|
|
@ -153,10 +153,8 @@
|
|||
</form>
|
||||
</span>
|
||||
<div id="acc_button" class="popup_button">
|
||||
<div id="acc_btnContent">
|
||||
<p id="acc_name"></p>
|
||||
<a id="acc_settings" href="#v=cfg" data-dest="cfg">⚙️</a>
|
||||
</div>
|
||||
<p id="acc_name"></p>
|
||||
<a id="acc_settings" href="#v=cfg" data-dest="cfg">⚙️</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue