bug 1178008 Add content privatebrowsing CSS to jar.mn and move some rules from content aboutPrivateBrowsing.css r=Neil a=Ratty CLOSED TREE

This commit is contained in:
Ryan Nematz [:rn10950] 2015-07-14 05:02:58 +08:00
Родитель f0fc308b8e
Коммит b8545c2488
6 изменённых файлов: 14 добавлений и 29 удалений

Просмотреть файл

@ -0,0 +1,12 @@
/* 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/. */
#warningBox:not(.private) .private,
#warningBox:not(.normal) .normal {
display: none;
}
.title {
background-size: auto;
}

Просмотреть файл

@ -7,6 +7,7 @@
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/in-content/info-pages.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/config.css" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/content/aboutPrivateBrowsing.css" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/aboutPrivateBrowsing.css" type="text/css"?>
<!DOCTYPE window [

Просмотреть файл

@ -49,6 +49,7 @@ comm.jar:
content/communicator/about.js
content/communicator/about.xhtml
content/communicator/aboutLife.xhtml
content/communicator/aboutPrivateBrowsing.css
content/communicator/aboutPrivateBrowsing.js
content/communicator/aboutPrivateBrowsing.xul
content/communicator/aboutSessionRestore.js

Просмотреть файл

@ -4,17 +4,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hide selected items by default and display them based on the page status */
#warningBox:not(.private) .private,
#warningBox:not(.normal) .normal {
display: none;
}
.title {
background-size: auto;
}
/* Pick the desired icons depending on the window's context */
.private.title {

Просмотреть файл

@ -4,17 +4,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hide selected items by default and display them based on the page status */
#warningBox:not(.private) .private,
#warningBox:not(.normal) .normal {
display: none;
}
.title {
background-size: auto;
}
/* Pick the desired icons depending on the window's context */
.private.title {

Просмотреть файл

@ -4,13 +4,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hide selected items by default and display them based on the page status */
#warningBox:not(.private) .private,
#warningBox:not(.normal) .normal {
display: none;
}
/* Pick the desired icons depending on the window's context */
#warningBox.private {