mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
fix button hover bg
This commit is contained in:
parent
ef60adf7e2
commit
5f30c0ae03
|
@ -756,6 +756,9 @@ input.eq_gain {
|
||||||
color: #400;
|
color: #400;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
.tgl.btn.on:hover {
|
||||||
|
background: #fe8;
|
||||||
|
}
|
||||||
#detree {
|
#detree {
|
||||||
padding: .3em .5em;
|
padding: .3em .5em;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
@ -1130,6 +1133,9 @@ html.light .tgl.btn.on {
|
||||||
background: #4a0;
|
background: #4a0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
html.light .tgl.btn.on:hover {
|
||||||
|
background: #5c0;
|
||||||
|
}
|
||||||
html.light #srv_info {
|
html.light #srv_info {
|
||||||
color: #c83;
|
color: #c83;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
@ -1155,7 +1161,7 @@ html.light #treeul a.hl:hover {
|
||||||
html.light #tree li {
|
html.light #tree li {
|
||||||
border-color: #f7f7f7 #fff #ddd #fff;
|
border-color: #f7f7f7 #fff #ddd #fff;
|
||||||
}
|
}
|
||||||
html.light #tree a:hover {
|
html.light #treeul a:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
html.light #tree ul {
|
html.light #tree ul {
|
||||||
|
|
Loading…
Reference in a new issue