Skip to content

Commit b7e8be7

Browse files
committed
Ensure background color is white (fixes EFForg#12088)
1 parent 8511a5d commit b7e8be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/devtools-panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<title></title>
33
<script src="devtools-panel.js"></script>
44
</head>
5-
<body>
5+
<body style='background-color: white;'>
66
<div id=SwitchPlanner>
77
<input type=checkbox id=SwitchPlannerCheckbox>
88
<label for=SwitchPlannerCheckbox>Enable HTTPS Switch Planner mode (reloads page).</label>

0 commit comments

Comments
 (0)