Bug 1239437 - Hide iframe border. r=pbrosset

This commit is contained in:
J. Ryan Stinnett 2016-01-14 19:16:18 -06:00
parent 6bd419a14d
commit 8cf6614854
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/* TODO: May break up into component local CSS. Pending future discussions by
* React component group on how to best handle CSS. */
iframe {
border: 0;
}

View File

@ -8,6 +8,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css"
href="chrome://devtools/skin/common.css"/>
<link rel="stylesheet" type="text/css"
href="resource://devtools/client/responsive.html/index.css"/>
<script type="application/javascript;version=1.8"
src="chrome://devtools/content/shared/theme-switching.js"></script>
<script type="application/javascript;version=1.8"

View File

@ -5,5 +5,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DevToolsModules(
'index.css',
'manager.js',
)