From fdfeac36cf6be5c05e39720ca92d975366d05daf Mon Sep 17 00:00:00 2001 From: hhhorb Date: Sat, 23 Jan 2016 23:27:33 -0500 Subject: [PATCH] Update README create chrome folder --- Bunsen-Blackish/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bunsen-Blackish/README b/Bunsen-Blackish/README index 5575e8c..8373d7d 100644 --- a/Bunsen-Blackish/README +++ b/Bunsen-Blackish/README @@ -8,10 +8,10 @@ example input fields in Iceweasel/Firefox. In order to fix this, navigate to - ~/.mozilla/firefox/${your_profile_folder}/chrome + ~/.mozilla/firefox/${your_profile_folder} -rename userContent-example.css to userContent.css and append the -following CSS to the file: +and create the folder and file chrome/userContent.css containing the +following CSS content: input { -moz-appearance: none !important;