1
2
3
4
5
6
7
8
9
@namespace url(http://www.w3.org/1999/xhtml);

/* Hide Search box on New Tab page
   (room for more frequently visited pages) */
@-moz-document url(about:newtab) {
  #newtab-search-container,
  #newtab-search-logo {
    display: none !important;
} }