Skip to content
Discussion options

You must be logged in to vote

Solution:

  1. Find the location of the Profile Folder (about:support -> Application Basics -> Profile Folder) and open it
  2. Create chrome folder (Profiles\******.Default\chrome)
  3. Create a "userContent.css" file (\chrome\userContent.css) in the folder.
  4. Write the code:
input:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important;
}
  1. Switch "toolkit.legacyUserProfileCustomisations.stylesheets" to true in the settings (about:config)
  2. Restart the browser

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Lorg0n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant