Hi, I figured if anyone knew how to accomplish this, someone here would, because I'm at a loss.
I'm looking to use userChrome.css customizations to bring back the native … (மேலும் படிக்க)
Hi, I figured if anyone knew how to accomplish this, someone here would, because I'm at a loss.
I'm looking to use userChrome.css customizations to bring back the native focus outline (the blue glow) around the URL bar when it's in focus. I feel like this should definitely be possible in one way or another.
This is how my URL bar looks currently: image 1 below (or: https://imgur.com/IQDXejh)
This is the "glow" to which I'm referring, which is native to OS X: image 2 below (or: https://imgur.com/ImA6Of8)
For the record, I was only able to achieve that second example by using ":root #urlbar {-moz-appearance: textfield;}" which is obviously out of the question and only to illustrate the outline I'm seeking to add to URL bar in the first example.
Put another way, I just want my URL bar to use the native OS X outline glow when in focus (instead of my current 2px border) without changing any other styling, custom or otherwise (as much as possible).
I'm using 78.2.0esr on OS X 10.9.5 and the full contents of my userChrome.css file are: https://pastebin.com/QFsxdaF5
Thank you in advance for any help. Please let me know if I missed something important or can provide anymore information.