mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -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);
|
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);
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue