@phenomlab thanks a lot for these, both of the below are awesome! ♥
https://codepen.io/bennettfeely/pen/vYLmYJz
https://codepen.io/C-L-the-selector/pen/MWZbWBo
@downpw Odd. This is what I see.
Then, from your body
class, I change background-color: white
to background-color: transparent;
So the CSS now look like
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 14px;
line-height: 1.42857143;
color: white;
background-color: transparent;
}
And the image displays
how and where do you do that ?
@downpw By altering the CSS in the DOM directly. F12, then “inspect”, select element, and change
This is what I see
Can you change the background-color: white;
in eva_00.css
to background-color: transparent;
and let me know when done ?
Actually, you can probably remove it altogether ?
yes it’s that.
I must change on all CSS file
@downpw Yep. Or, you can just remove that line in each file.
Ok great my Lord
It’s because i use this variable for this when I delete a message on Chat
@downpw Yes, you’ll need to be more specific with the target so it doesn’t cause issues elsewhere.
havve you got an idea ?
.modal-body doesn’t work, tranparency is here
@downpw Yes, but let’s first fix the wallpapers
@downpw said in [NODEBB] CSS Style Sheets SelectBox:
.modal-body doesn’t work, tranparency is here
This should work
.modal-content {
background: #fff;
}
Nope.
@downpw Try this
.bootbox .modal-dialog .modal-content {
background: #fff;
}
@phenomlab
That works Sir
Super hero you are^^
@downpw Great ! Can we get the wallpapers fixed now also ? Would be good to see everything working.
I have fix all files.
You can test it if you want
@downpw doesn’t seem to be working ?
@phenomlab said in [NODEBB] CSS Style Sheets SelectBox:
@downpw doesn’t seem to be working ?
It seems to work on my mobile. Maybe your cache ?
@downpw probably. Let me try again
EDIT - All good in incognito session
@DownPW I think we’re done now, yes ?