autocomplete.css 624 B

123456789101112131415161718
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  5. @namespace html url("http://www.w3.org/1999/xhtml");
  6. /* Apply crisp rendering for favicons at exactly 2dppx resolution */
  7. @media (resolution: 2dppx) {
  8. .ac-site-icon {
  9. image-rendering: -moz-crisp-edges;
  10. }
  11. }
  12. richlistitem > .ac-title-box > .ac-title > .ac-comment:not([selected]) > html|span.ac-selected-text {
  13. display: none;
  14. }