修改wallpaper插件
body {
background-image: url(/NasWeb/img/lan.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: #000000;
position: relative;
z-index: 1;
}
body::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
z-index: -1;
}
:root {
--button-bg: #6080aa;
}
:root .theme-dark {
--button-bg: #334455;
}
.hide-back, .upload-toolbar, header {
background-color: rgba(0, 0, 0, 0);
}
:root .theme-dark a {
color: #ffffff;
}
:root .theme-dark {
color: #ffffff;
}
.dialog{
background: rgba(0, 0, 0, 0.329);
color: #fff;
}
input:not([type=checkbox],[type=range]), select, textarea {
background: rgba(0, 0, 0, 0.3);
border-color:rgba(0, 0, 0, 0.3) ;
}
#filter::placeholder{
color: rgba(255, 255, 255, 0.719);
}
#filter-bar input[type=checkbox] {
margin: 0;
margin-top: 0;
}
ul.dir li {
color:#fff;
}
a {
color:#fff;
}
input:not([type=checkbox],[type=range]), select, textarea {
color: #fff;
}