1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 body.private > #errorPageContainer {
6 background-image: url("chrome://browser/skin/Privacy-48.png");
9 body.normal > #errorPageContainer {
10 background-image: url("chrome://global/skin/icons/alert-question.gif");
13 #clearRecentHistoryDesc {
17 #clearRecentHistoryDesc > p {
18 font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
21 #startPrivateBrowsingDesc > button {
26 font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
30 font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
31 -moz-padding-start: 25px;
32 background: url("chrome://global/skin/icons/information-16.png") no-repeat top left;
35 #moreInfo:-moz-dir(rtl) {
36 background-position: top right;
43 #moreInfoLinkContainer {