Bug 483950 - Hide statusbar domain name for SSL, pending removal. r=mconnor

This commit is contained in:
Johnathan Nightingale 2009-04-01 17:56:29 -04:00
parent 68311f0ff6
commit 5a894c20bd

View File

@ -96,6 +96,12 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
display: none;
}
/* Bug 483950 - Hide domain name in status bar pending removal */
#security-button > label {
display: none;
}
/* ::::: Fullscreen pseudo-toolbar ::::: */
#fullscr-toggler {
display: none;