You are not logged in.

#1 2011-03-23 18:14:14

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

[solved] firefox unique button

hi to all,

why did firefox 4 haven't the new all-in-one button* ?

* Firefox Button which contains all of the menu items.

and how can i show it ?

thanks

Last edited by nTia89 (2011-03-23 19:17:06)


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#2 2011-03-23 18:15:52

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [solved] firefox unique button

it has the new layout but is not enabled by default. Just click on View->Toolbars-> Uncheck Menu Bar


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-03-23 18:58:19

sandstorm
Member
From: Zurich [CH] & Mannheim [DE]
Registered: 2005-08-13
Posts: 169

Re: [solved] firefox unique button

Offline

#4 2011-03-23 19:15:50

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: [solved] firefox unique button

perfect !!!

but is ugly.... a plain, gray button...

how change in orange button (saw in every screenshot) ?

Last edited by nTia89 (2011-03-23 19:18:06)


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#5 2011-03-24 01:01:16

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [solved] firefox unique button

I think the orange button was for Windows. Linux just uses the menubar color.

Offline

#6 2011-03-24 08:33:37

blasse
Member
From: Poland
Registered: 2008-04-24
Posts: 303

Re: [solved] firefox unique button

You may change this ugly button to firefox icon using CSS style files:
Put this code into userChrome.css

#appmenu-toolbar-button {
  list-style-image: url("chrome://branding/content/icon16.png");
}
#appmenu-toolbar-button > .toolbarbutton-text,
#appmenu-toolbar-button > .toolbarbutton-menu-dropmarker {
  display: none !important;
}

Proud ex-maintainer of firefox-pgo

Offline

#7 2011-03-25 17:18:25

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: [solved] firefox unique button

where i find that file ?


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

#8 2011-03-25 17:28:05

lives2evil
Member
From: GMT+7
Registered: 2010-03-21
Posts: 244

Re: [solved] firefox unique button

.mozilla/firefox/*.default/chrome/userChrome.css
It's probably not existed by default, create it.


tsujeruplive, tnarongisi... ... ... ... ɥsılƃuǝ sı sıɥʇ

Offline

#9 2011-03-25 18:55:23

siriusb
Member
From: Hungary
Registered: 2010-01-01
Posts: 422

Re: [solved] firefox unique button

Alternatively, you can use addon to get a firefox icon instead of the simple text: https://addons.mozilla.org/en-US/firefo … ox-button/

Offline

#10 2011-03-26 09:39:44

nTia89
Banned
From: varese, italy
Registered: 2008-12-22
Posts: 1,230

Re: [solved] firefox unique button

thanks blasse.

now i have those in my userChrome.css

#appmenu-toolbar-button {
  list-style-image: url("chrome://branding/content/icon16.png");
}
#appmenu-toolbar-button > .toolbarbutton-text,
#appmenu-toolbar-button > .toolbarbutton-menu-dropmarker {
  display: none !important;
}
/*show the text of Firefox Button*/
#appmenu-toolbar-button > .toolbarbutton-text,
#appmenu-button > .button-box .button-text {
display: -moz-box !important;
}

/*hide the arrow of Firefox Button*/
#appmenu-toolbar-button > dropmarker,
#appmenu-button > .button-box dropmarker {
background-color: rgba(54, 121, 166, 0.2) !important;
display: none;
}

but i don't understand this syntax; i put background but nothing change, i also noticed one double line

can you explain to me something basic to edit my css ?


+pc: custom | AMD Opteron 175 | nForce4 Ultra | 2GB ram DDR400 | nVidia 9800GT 1GB | ArchLinux x86_64 w/ openbox
+laptop: Apple | MacBook (2,1) | 2GB ram | Mac OS X 10.4 -> DIED
+ultrabook: Dell | XPS 13 (9343) | 8GB ram | 256GB ssd | FullHD display | Windows 8.1 64bit ArchLinux x86_64 w/ Gnome

Offline

Board footer

Powered by FluxBB