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:
Родитель
f0fc308b8e
Коммит
b8545c2488
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче