mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
402bc3a970
These are generally: - Code comments to browser.xhtml - Testcases, assertions that were mostly using browser.xul as a generic chrome URL - References to the browser.xul path in tree Differential Revision: https://phabricator.services.mozilla.com/D33208
14 lines
629 B
CSS
14 lines
629 B
CSS
% 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;
|
|
--autocomplete-popup-highlight-background: #0060DF;
|
|
}
|