@crazycells said in CSS code customization for the link preview plugin:
does OGProxy show the pdf previews as well?
Not yet, but it could with a bit of additional code.
Hello !!
On 1.18.6 NodeBB Version, when I click in the frame to reply to a post, a blue border appears on Firefox and other browsers except Vivaldi (It’s black).
Is it possible to change this color?
I can’t find the CSS variable
Thanks
@downpw hi. I noticed this also - not been able to track it via css yet and I’m leaning towards it being controlled via JS. I get the same here but haven’t invested any real time in seeing what causes it.
It’s on my list.
@DownPW hi. Just following up on this thread (I know it’s old) but was curious to understand if it’s still an issue or not ?
Nope it’s the same but it’s obviously linked to the browser so I put in resolved.
@DownPW Ok, thanks
@DownPW just circling back to this, as I did eventually find the class. Seems you can disable the outline using the below CSS
textarea {
outline: none;
}