interface question

User Help for Mozilla Firefox
Post Reply
Guest
Guest

interface question

Post by Guest »

I was just wondering if there was any way to stop the dotted line that appears around links/buttons when clicking on them in Firebird.

<a href="http://members.ii.net/~stormin/firebird_example.gif"><img src="http://members.ii.net/~stormin/firebird_example.gif" alt="Example."></a>
<a href="http://members.ii.net/~stormin/firebird_example.gif">Example.</a>
Sekundes
Posts: 106
Joined: March 1st, 2003, 8:27 am
Location: Asia

Post by Sekundes »

put

Code: Select all

* {
-moz-outline: none !important;
}
into userContent.css.
Guest
Guest

Post by Guest »

I don't seem to be able to find the file userContent.css
Sekundes
Posts: 106
Joined: March 1st, 2003, 8:27 am
Location: Asia

Post by Sekundes »

save the file as userContent.css and put it into %appdata%/Phoenix/Profiles/default/xxxxxxxx.slt/chrome if you're using Windows.
Guest
Guest

Post by Guest »

Ok I've done that and it works for text links but not for buttons/checkboxes/radio buttons.
Post Reply