blob: c8a99561f58fd0518e746684cab5ac4a8e19ae8c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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/. */
/**
* This file only exists to support add-ons which import this style sheet at a
* specific path.
*/
@import url("resource://devtools/client/themes/common.css");
|