You are not logged in.

#1 2009-07-06 19:52:51

Ryuujin
Member
Registered: 2009-07-04
Posts: 31

Firefox: Change toolbar text color

Hello guys,

I saw some very awesome threads in the artwork section and I thought someone here might be able help me make firefox sexier (sorry if I posted in the wrong section! should this be on artwork? newbie?).

Could anyone supply the CSS code/element (for userChrome.css) I need to change so font color in the toolbar items changes?

58721109.png
(I want to change the "Back","Reload","Home" color form black to white when they are active)

I tried some stuff I found on google like:

menubar, menubutton, menulist, menu, menuitem {
  color: white ! important; 
}

But to no avail. sad

I think it should be something like 'toolbar' or 'navigation-buttons' (instead of the 'menu' elements) because they are originally from the 'Navigation toolbar' (I just clicked 'Customize' to move them up).

Thanks!

Offline

#2 2009-07-06 20:04:24

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Firefox: Change toolbar text color

/edit misread your question i think, you want to change the the menu text?

heres what i have for tabs.

/* Change text to green for selected tabs. */
tab[selected="true"] .tab-text {
  color: #87c300 !important;
}

/* remove +newtab button */
.tabs-newtab-button {
  display: none;
}

/* Change the tab-bar height */
.tabbrowser-strip 
{ 
  height: 16px !important;
/* background-color: #888888 !important; */
}

* remove tab favicons */
.tab-icon-image {
display: none !important;
}

and changed their width in about:config

Last edited by droog (2009-07-06 20:14:21)

Offline

#3 2009-07-06 20:12:10

Ryuujin
Member
Registered: 2009-07-04
Posts: 31

Re: Firefox: Change toolbar text color

@droog: Thanks for sharing big_smile!

But still, it would be nice to have some white text on the navigation things >.<!

Offline

#4 2009-07-06 20:17:41

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Firefox: Change toolbar text color

Ryuujin wrote:

@droog: Thanks for sharing big_smile!

But still, it would be nice to have some white text on the navigation things >.<!

ya sorry i don't know where i got tabs from, just woke up and posted smile.
reread your post and you don't even mention tabs haha.

Offline

#5 2009-07-06 20:34:34

Ryuujin
Member
Registered: 2009-07-04
Posts: 31

Re: Firefox: Change toolbar text color

you want to change the the menu text?

Kinda, usually people have "Back", "Forward", etc. as icons in the 'Navigation Toolbar'.

I have them as text ('Show: Text Only') in the 'Menu Toolbar', and I want that text white >_<!

ya sorry i don't know where i got tabs from, just woke up and posted smile.
reread your post and you don't even mention tabs haha.

lol big_smile I bet you have a lot of tabs open.

Offline

Board footer

Powered by FluxBB