mirror of
https://github.com/9001/copyparty.git
synced 2026-06-22 05:53:29 -06:00
fix en/disable buttons css
This commit is contained in:
parent
91f94b882f
commit
d7a8711850
|
|
@ -2124,12 +2124,14 @@ html.a .btn {
|
||||||
#u2tdate {
|
#u2tdate {
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
}
|
}
|
||||||
#griden.on+#thumbs,
|
.setting:has(#griden.on)+.setting #thumbs,
|
||||||
#au_preload.on+#au_prescan,
|
.setting:has(#au_preload.on)+.setting #au_prescan,
|
||||||
#au_preload.on+#au_prescan+#au_fullpre,
|
.setting:has(#au_preload.on)+.setting #au_prescan,
|
||||||
#au_os_ctl.on+#au_os_seek,
|
.setting:has(#au_preload.on)~.setting #au_fullpre,
|
||||||
#au_os_ctl.on+#au_os_seek+#au_osd_cv,
|
.setting:has(#au_os_ctl.on)+.setting #au_os_seek,
|
||||||
#u2turbo.on+#u2tdate {
|
.setting:has(#au_os_ctl.on)+.setting #au_os_seek,
|
||||||
|
.setting:has(#au_os_ctl.on)~.setting #au_osd_cv,
|
||||||
|
.setting:has(#u2turbo.on)+.setting #u2tdate {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#wraptree.on+#hovertree {
|
#wraptree.on+#hovertree {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue