Firefox15で以前のセッションの復元ボタンを非表示にしたく

@-moz-document url(about:home) {
#restorePreviousSession { display: none !important }
};

とuserContent.cssに書いたのですが動きません。どうすれば非表示にできますか?