gecko-dev/browser/themes/windows/windowsShared.inc
Dão Gottwald 40ffdb5bc7 Bug 1215567 - Increase toolbarHighlight opacity to 40%. r=gijs
--HG--
extra : rebase_source : 098bdfaeca26c2af831219ca2e9066c01e3c4806
2015-10-20 11:57:14 +02:00

14 lines
517 B
PHP

/* 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/. */
%filter substitution
%define toolbarHighlight rgba(255,255,255,.4)
%define fgTabTexture linear-gradient(transparent 2px, @toolbarHighlight@ 2px, @toolbarHighlight@)
%define fgTabBackgroundColor -moz-dialog
%define fgTabTextureLWT @fgTabTexture@
% Aero-only defines
%define customToolbarColor hsl(210,75%,92%)