Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Name of the divider just below address bar, between navigation bar and main window

  • 7 antwoorden
  • 1 heeft dit probleem
  • 75 weergaven
  • Laatste antwoord van Lucky

more options

https://i.stack.imgur.com/J4F9k.png

Please see the above image attached, I am trying to find out what that black line which is dividing the Navigation bar and the main_window called? the one which is right below the address_bar. I am just asking because I want to get rid of it but I just don't know its name. I tried Nav-bar-splitter but it didn't work. :(

Would really appreciate any help with this.

Thanks.

https://i.stack.imgur.com/J4F9k.png Please see the above image attached, I am trying to find out what that black line which is dividing the Navigation bar and the main_window called? the one which is right below the address_bar. I am just asking because I want to get rid of it but I just don't know its name. I tried Nav-bar-splitter but it didn't work. :( Would really appreciate any help with this. Thanks.

Bewerkt door Lucky op

Gekozen oplossing

You need to use the !important flag to override the existing rule and disable the border-bottom.

#navigator-toolbox { border-bottom: 0px !important; }
Dit antwoord in context lezen 👍 1

Alle antwoorden (7)

more options

Could be a border-bottom.

See: /* Toolbar / content area border */

more options

are you sure? I just tried the below code to hide it but it didn't work.

  1. navigator-toolbox {
 border-bottom: 0px solid var(--chrome-content-separator-color);

}

more options

Lucky said

are you sure? I just tried the below code to hide it but it didn't work. "" #navigator-toolbox { border-bottom: 0px solid var(--chrome-content-separator-color); }

sorry, the "#" was turned into 1. somehow so I used those double quotes to fix that but it's not actually in the code.

more options

Gekozen oplossing

You need to use the !important flag to override the existing rule and disable the border-bottom.

#navigator-toolbox { border-bottom: 0px !important; }
more options

perfeccor-el said

You need to use the !important flag to override the existing rule and disable the border-bottom. #navigator-toolbox { border-bottom: 0px !important; }

perfect, This worked. Thanks. btw, is there some tool that I can use to point at things to find out their names? I mean, how did you find out this name.?

more options

You can use the Browser Toolbox that runs as a separate remote process.