Changing home-button, back-button, forward-button colours

Discussion of general topics about Mozilla Firefox
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: Changing home-button, back-button, forward-button colour

Post by Ed1 »

OK, thanks.
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: Changing home-button, back-button, forward-button colour

Post by Ed1 »

The method posted above in this thread has not worked for me to change the "Manage your addons" button.

And I can't find the proper term for the "Show sidebars" button.
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Changing home-button, back-button, forward-button colour

Post by Frank Lion »

Ed1 wrote:And I can't find the proper term for the "Show sidebars" button.

Code: Select all

#sidebar-button 
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: Changing home-button, back-button, forward-button colour

Post by Ed1 »

Thanks, Frank.

Any idea why this doesn't work?

#addons-button {
fill: green !important;
}
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Changing home-button, back-button, forward-button colour

Post by Frank Lion »

Ed1 wrote:Thanks, Frank.

Any idea why this doesn't work?
Yep, syntax wrong. Try this -

Code: Select all

#add-ons-button {
fill: green !important;
}
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
Ed1
Posts: 1059
Joined: January 30th, 2005, 2:33 pm

Re: Changing home-button, back-button, forward-button colour

Post by Ed1 »

Thanks!!
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Changing home-button, back-button, forward-button colour

Post by Frank Lion »

Ed1 wrote:Thanks!!
No problem. Very unforgiving this code stuff, you aren't allowed any mistakes at all.
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
Post Reply