michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: %filter substitution michael@0: michael@0: %define toolbarHighlight rgba(253,253,253,0.45) michael@0: %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@) michael@0: %define fgTabBackgroundColor -moz-dialog michael@0: %define fgTabTextureLWT @fgTabTexture@ michael@0: michael@0: % Aero-only defines michael@0: %define customToolbarColor hsl(210,75%,92%)