mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
I opted to remove this colour altogether instead of adding branching logic for the legacy Urlbar and the search bar. The legacy Urlbar is being replaced and this patch will land in the same version, and the search bar should support system Highlight colours as well. Differential Revision: https://phabricator.services.mozilla.com/D61461 --HG-- extra : moz-landing-system : lando
12 lines
575 B
CSS
12 lines
575 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;
|
|
}
|