tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1873166-nsandi.com-hide-unsupported-message.css (768B)


      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 
      5 /**
      6 * nsandi.com - Browser is not supported message
      7 * Bug #1873166 - https://bugzilla.mozilla.org/show_bug.cgi?id=1873166
      8 * WebCompat issue #108408 - https://webcompat.com/issues/108408
      9 * WebCompat issue #108319 - https://webcompat.com/issues/108319
     10 *
     11 * nsandi.com shows a "This browser is not compatible" message in
     12 * Firefox. Our contacts indicated that things should be working fine,
     13 * yet the message remains. This intervention hides that message.
     14 */
     15 .browser-warning-fade,
     16 #unsupported-browser,
     17 #unsupported_browser {
     18  display: none !important;
     19 }