Since a few updates I noticed that abrowser's default buttons font color was changed to white, making them very difficult to read with their gray background.

I didn't find any post about it, so I wanted to share how I was able to change this.

1.- Open abrowser and press ALT to show the top menu, then click on Help → Troubleshooting Information

2.- Click the Show Folder button beside the Profile Folder entry.

3.- Once there, look for and open your abrowser's profile directory. If you haven't create any other profile, that will be the one that ends in ".default"

4.- Create a directory and name it "chrome".

5.- Go into the recently created directory "chrome" and create two files with the following names: "userChrome.css" and "userContent.css".

6.- Copy and paste the following in the two files and save.

button, input[type="submit"], input[type="button"] {
        color: black ! important;
}

7.- Finally restart abrowser.

Maybe some one can come up with a better code.

Another thing that can be appreciated is that the buttons seem to be a little small. Apparently they lack upper and bottom paddings. This could be solved with a little extra css code, but for now, I think I'll leave them as they are as they don't bother me too much and I'm hopping this will be solved in future updates.

I believe this is an abrowser bug so I might file a bug report if others are having the same problem.

Thank you all.

Reply via email to