blob: 3db71f0e529afbc1c6cbb078e0f6bf649d994c94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% 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/.
%include ../shared/compacttheme.inc.css
#TabsToolbar:-moz-lwtheme-darktext {
appearance: auto;
-moz-default-appearance: -moz-mac-vibrant-titlebar-light;
-moz-font-smoothing-background-color: -moz-mac-vibrant-titlebar-light;
}
.tabbrowser-tab[multiselected]:-moz-lwtheme-darktext,
.tabbrowser-tab[visuallyselected=true]:-moz-lwtheme-darktext {
-moz-font-smoothing-background-color: var(--toolbar-bgcolor);
}
|