forked from mirrors/gecko-dev
This also splits out the indicator theme-ing into an include file, with platform-specific CSS files that import it. This allows us to do platform-specific tweaks, such as changing the ordering of the window controls and drag indicator, which we do on macOS. Differential Revision: https://phabricator.services.mozilla.com/D79344
9 lines
317 B
CSS
9 lines
317 B
CSS
%if 0
|
|
/* 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/. */
|
|
%endif
|
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
%include ../shared/webRTC-indicator.inc.css
|