2014-10-09 01:05:46 +04:00
|
|
|
% 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/.
|
2014-11-01 05:06:06 +03:00
|
|
|
|
2019-05-29 02:40:42 +03:00
|
|
|
/* compacttheme.css is loaded in browser.xhtml after browser.css when it is
|
2014-11-01 05:06:06 +03:00
|
|
|
preffed on. The bulk of the styling is here in the shared file, but
|
2017-01-13 22:53:58 +03:00
|
|
|
there are overrides for each platform in their compacttheme.css files. */
|
2014-11-01 05:06:06 +03:00
|
|
|
|
2017-01-13 22:53:58 +03:00
|
|
|
:root:-moz-lwtheme-brighttext {
|
2019-04-11 12:38:19 +03:00
|
|
|
/* !important to override LightweightThemeConsumer.jsm */
|
2018-06-01 18:13:27 +03:00
|
|
|
--autocomplete-popup-background: #2A2A2E !important;
|
2014-11-01 05:06:06 +03:00
|
|
|
}
|
2021-03-18 13:36:13 +03:00
|
|
|
|
2021-04-09 21:20:21 +03:00
|
|
|
@media (-moz-proton) {
|
2021-03-19 20:32:49 +03:00
|
|
|
#urlbar:not([focused="true"]) {
|
|
|
|
--urlbar-box-bgcolor: var(--lwt-toolbar-field-focus);
|
2021-04-15 00:08:51 +03:00
|
|
|
--urlbar-box-hover-bgcolor: var(--button-hover-bgcolor);
|
|
|
|
}
|
|
|
|
#urlbar[focused="true"] {
|
|
|
|
--urlbar-box-bgcolor: var(--button-bgcolor);
|
|
|
|
--urlbar-box-hover-bgcolor: var(--button-hover-bgcolor);
|
2021-03-18 13:36:13 +03:00
|
|
|
}
|
|
|
|
} /** END Proton **/
|