Posts: 63
Threads: 10
Joined: Apr 2018
Reputation:
2
I am a total minimalist. I therefore love coverview. With version 4.3 it added a backdrop that makes reading the text difficult at times. With version 4.4 it is worse (or maybe I just notice it more) in that it seems to be dynamic. I use a black background for the normal view with no cover backdrop.
Is there a way to eliminate the backdrop in coverview.
Thanks
Tom
Posts: 13,441
Threads: 305
Joined: Mar 2018
Reputation:
545
Likewise, the moOde crew are hardcore minimalists but most users want more than just basic black so we added some nice visuals to make things a bit more interesting.
If you want to turn off the CoverView backdrop then add the two red lines below to /var/www/css/moode.css and see how it works out.
If there are enough requests for it then I can make a setting on Customize.
.
.
.
.input-height-x {height:1.65em !important;}
/* r44d forms */
.form-horizontal .controls {margin-left:12em;}
.form-horizontal .control-label {width:11em;}
#ss-backdrop {display:none;}
#ss-gradient {display:none;}
@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
.modal-dropdown-text {color:#333;}
li.modal-dropdown-text:hover,
li.modal-dropdown-text:focus {color:#eee;}
.
.
.