-1:000000000000 | 0:b8ea346e0982 |
---|---|
1 /* This Source Code Form is subject to the terms of the Mozilla Public | |
2 * License, v. 2.0. If a copy of the MPL was not distributed with this | |
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
4 | |
5 %filter substitution | |
6 | |
7 %define toolbarHighlight rgba(253,253,253,0.45) | |
8 %define fgTabTexture linear-gradient(transparent, transparent 2px, rgba(254,254,254,0.72) 2px, rgba(254,254,254,0.72) 2px, rgba(250,250,250,0.88) 3px, rgba(250,250,250,0.88) 3px, rgba(254,254,254,0.72) 4px, rgba(254,254,254,0.72) 4px, @toolbarHighlight@) | |
9 %define fgTabBackgroundColor -moz-dialog | |
10 %define fgTabTextureLWT @fgTabTexture@ | |
11 | |
12 % Aero-only defines | |
13 %define customToolbarColor hsl(210,75%,92%) |