Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

UserChrome question

  • 2 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan cor-el

more options

in userchrome I have given #browser a border-radius value of 30px. This reveals another color underneath the browser.

I want to give this newly revealed part of fire-fox another color but I don't know the name ..... Can you help, please ??

#browser {
  /*background-color: $(color $(( RANDOM %  254 + 1 ))) !important;*/
    background-image: url(clouds.jpg) !important;
    box-shadow: 0 0 20px 20px #0000ff !important;
}
in userchrome I have given #browser a border-radius value of 30px. This reveals another color underneath the browser. I want to give this newly revealed part of fire-fox another color but I don't know the name ..... Can you help, please ?? <pre><nowiki> #browser { /*background-color: $(color $(( RANDOM % 254 + 1 ))) !important;*/ background-image: url(clouds.jpg) !important; box-shadow: 0 0 20px 20px #0000ff !important; }</nowiki></pre>

Bewurke troch cor-el op

Alle antwurden (2)

more options

If #browser isn't covering everything horizontally or vertically you see the root html element which has a selector of #main-window:

<html id="main-window">
    <html:body>
        <box>
            <toolbox id="navigator-toolbox"> <= This is the toolbar area
        <hbox id="browser"> <= This is the tab content area
more options