# Firefox does not show radio buttons well in Ubuntu
Uncategorized @ 05 December 2017
I found a small workaround for this. It does not look beautiful but it does the job.
Open your profile folder in mozilla home. it is something like .mozilla/SOMETHING.default/firefox in your home directory
create a directory named chrome
in chrome create userContent.css
In that file put the code below
input[type=radio]{ outline: 1px solid red }