-1:000000000000 | 0:f53a6e329e6d |
---|---|
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(255,255,255,.3) | |
8 %define fgTabTexture linear-gradient(transparent 0px, transparent 2px, hsla(0,0%,100%,0.35) 2px, hsla(0,0%,100%,0.35) 3px, hsla(0,0%,100%,0.65) 3px, hsla(0,0%,100%,0.65) 4px, @toolbarHighlight@) | |
9 %define fgTabTextureLWT @fgTabTexture@ | |
10 %define fgTabBackgroundColor -moz-dialog |