Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



Meet Firefox 4.0.1


5797 replies to this topic * * * * - 40 votes

#496 yowanvista

    Resident Elite

  • 1,416 posts
  • Joined: 19-February 10
  • Location: Mauritius
  • OS: Windows 7 x64/Windows 8 Pro x64
  • Phone: i9001-CM10.1 - Kernel 3.0.76

Posted 26 June 2010 - 15:07

How can I rename minefield to firefox in the titlebar?


#497 The_Decryptor

    THE ALPHA CEPH!

  • 18,352 posts
  • Joined: 28-September 02
  • Location: Sol System
  • OS: WinLin X 10.9 Ill-tempered Badger

Posted 26 June 2010 - 15:10

The button is 1 pixel too high, and 1 pixel too tall. Also, the border and spacing is wrong.

But it's nice to see the support there (By final, it should behave as any other toolbar, so you could put anything there)

#498 OP bogas04

    This title is bogus

  • 2,686 posts
  • Joined: 15-May 09
  • Location: India
  • OS: Windows 8
  • Phone: Lumia 920

Posted 26 June 2010 - 15:18

Don't be skeptical about the builds , its the first build to implement that , so just give it some time..

Quote

How can I rename minefield to firefox in the titlebar?

use this code :
#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }


#499 Inklin

    Neowinian Senior

  • 1,679 posts
  • Joined: 11-April 08
  • Location: Kent, UK
  • OS: Windows 8 Pro

Posted 26 June 2010 - 15:53

I have moved my tabs into the title bar and adjusted the menu button a little and I'm very happy with this compact look!

Posted Image

Here is my modified stylish script


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 95px !important;
}


#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 105px !important;
padding-top:1px !important;
padding-right:98px !important;
}


#appmenu-button{
padding: 3px 18px 3px 18px !important;
margin-top:3px !important;
}

#appmenu-button
{
background-color: rgba(54, 121, 166, 0.2) !important;
}

Thank you to other users in this topic for most of this script... I just modified it a little!

*** Script fails with tabs on bottom as navigation gets pushed into title bar area ***

Now with drawing in the title bar styling possibilities are endless! :woot:

#500 OP bogas04

    This title is bogus

  • 2,686 posts
  • Joined: 15-May 09
  • Location: India
  • OS: Windows 8
  • Phone: Lumia 920

Posted 26 June 2010 - 15:58

View PostInklin, on 26 June 2010 - 15:53, said:

Now with drawing in the title bar styling possibilities are endless! :woot:
i would like to modify your statement
"Now with drawing in the title bar in "Firefox" , styling possibilities are endless! :woot: "

#501 Inklin

    Neowinian Senior

  • 1,679 posts
  • Joined: 11-April 08
  • Location: Kent, UK
  • OS: Windows 8 Pro

Posted 26 June 2010 - 16:01

View Postbogas04, on 26 June 2010 - 15:58, said:

i would like to modify your statement
"Now with drawing in the title bar in "Firefox" , styling possibilities are endless! :woot: "

What makes you say that? :p

#502 aznkid25

    Neowinian³

  • 367 posts
  • Joined: 01-September 09

Posted 26 June 2010 - 16:01

View Postbogas04, on 26 June 2010 - 15:05, said:

New Interface (Default)

Posted Image

I just updated to the latest nightly, but that menu button is still not default for me.

#503 yowanvista

    Resident Elite

  • 1,416 posts
  • Joined: 19-February 10
  • Location: Mauritius
  • OS: Windows 7 x64/Windows 8 Pro x64
  • Phone: i9001-CM10.1 - Kernel 3.0.76

Posted 26 June 2010 - 16:03

View Postbogas04, on 26 June 2010 - 15:18, said:

Don't be skeptical about the builds , its the first build to implement that , so just give it some time..



use this code :
#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }

Stylish does not seem to be working in 3.7a6
Did the 'extensions.checkCompatibility.3.7a = false' but Stylish won't open

#504 Darrian

    The Apathetic

  • 2,130 posts
  • Joined: 22-October 01

Posted 26 June 2010 - 16:05

View PostLewism, on 26 June 2010 - 04:34, said:

Try this updated version of Omnibar:
http://drop.io/eqwdftf

That worked! Thanks a bunch.

#505 Neobond

    Steven Parker

  • 26,203 posts
  • Joined: 09-July 01
  • Location: Neowin HQ
  • OS: Windows 8 Pro

Posted 26 June 2010 - 16:05

Is this supposed to happen?

Attached Image: menu button.png

The "Minefield" button is barely visible when the window is maximized, I'm running the latest nightly (just updated).

#506 Ned

    ...

  • 953 posts
  • Joined: 14-October 04

Posted 26 June 2010 - 16:05

View PostNeobond, on 26 June 2010 - 16:05, said:

Is this supposed to happen?

The "Minefield" button is barely visible when the window is maximized, I'm running the latest nightly (just updated).

#main-window[sizemode=maximized] 
#appmenu-button-container
{
padding-top: 9px !important;
}


#507 Darrian

    The Apathetic

  • 2,130 posts
  • Joined: 22-October 01

Posted 26 June 2010 - 16:07

View Postyowan, on 26 June 2010 - 16:03, said:

Stylish does not seem to be working in 3.7a6
Did the 'extensions.checkCompatibility.3.7a = false ' but Stylish won't open
If you're trying to open it from the add-ons manager, I had the same issue. You have to use the status bar button or go to customize and temporarily add the stylish button to your toolbar.

#508 Inklin

    Neowinian Senior

  • 1,679 posts
  • Joined: 11-April 08
  • Location: Kent, UK
  • OS: Windows 8 Pro

Posted 26 June 2010 - 16:10

View PostNeobond, on 26 June 2010 - 16:05, said:

Is this supposed to happen?


The "Minefield" button is barely visible when the window is maximized, I'm running the latest nightly (just updated).

It's just a full screen bug right now, they need to sort out the padding I think.

*** Feels privileged to have his avatar show in Neobonds screenshot :rofl:

#509 yowanvista

    Resident Elite

  • 1,416 posts
  • Joined: 19-February 10
  • Location: Mauritius
  • OS: Windows 7 x64/Windows 8 Pro x64
  • Phone: i9001-CM10.1 - Kernel 3.0.76

Posted 26 June 2010 - 16:15

View PostDarrian, on 26 June 2010 - 16:07, said:

If you're trying to open it from the add-ons manager, I had the same issue. You have to use the status bar button or go to customize and temporarily add the stylish button to your toolbar.
Stylish icon is not in the statusbar and does not even appear in the customize toolbar dialog

#510 OP bogas04

    This title is bogus

  • 2,686 posts
  • Joined: 15-May 09
  • Location: India
  • OS: Windows 8
  • Phone: Lumia 920

Posted 26 June 2010 - 16:19

View PostNeobond, on 26 June 2010 - 16:05, said:

Is this supposed to happen?

Attachment menu button.png

The "Minefield" button is barely visible when the window is maximized, I'm running the latest nightly (just updated).
Its a bug