summaryrefslogtreecommitdiffstats
path: root/browser/themes/shared/compacttheme.inc.css
blob: 817a0c7fbe71c2f58e0b5c0b16a226427f3f1680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% This Source Code Form is subject to the terms of the Mozilla Public
% License, v. 2.0. If a copy of the MPL was not distributed with this
% file, You can obtain one at http://mozilla.org/MPL/2.0/.

/* compacttheme.css is loaded in browser.xhtml after browser.css when it is
   preffed on.  The bulk of the styling is here in the shared file, but
   there are overrides for each platform in their compacttheme.css files. */

:root:-moz-lwtheme-brighttext {
  /* !important to override LightweightThemeConsumer.jsm */
  --autocomplete-popup-background: #2A2A2E !important;
}