Does anyone here know how to get the address bar to highlight yellow in Firefox 3.0 when you're on a secure site? I tried pasting:

/*Frank's yellow https urlbar*/
#urlbar[level] .autocomplete-textbox-container {
background-color: #FFFFB7 !important;
}

into the file userChrome-example, but it doesn't work.