Bug 1631394 - Rename the directories /incontentprefs/ and /in-content/ into /preferences/. r=aleca
--HG-- rename : mail/themes/shared/mail/incontentprefs/applications.css => mail/themes/shared/mail/preferences/applications.css rename : mail/themes/shared/mail/incontentprefs/calendar.svg => mail/themes/shared/mail/preferences/calendar.svg rename : mail/themes/shared/mail/incontentprefs/chat.svg => mail/themes/shared/mail/preferences/chat.svg rename : mail/themes/shared/mail/incontentprefs/dialog.css => mail/themes/shared/mail/preferences/dialog.css rename : mail/themes/shared/mail/incontentprefs/general.svg => mail/themes/shared/mail/preferences/general.svg rename : mail/themes/shared/mail/incontentprefs/passwordmgr.css => mail/themes/shared/mail/preferences/passwordmgr.css rename : mail/themes/shared/mail/incontentprefs/preferences.css => mail/themes/shared/mail/preferences/preferences.css rename : mail/themes/shared/mail/incontentprefs/security.svg => mail/themes/shared/mail/preferences/security.svg
|
@ -4,7 +4,7 @@
|
|||
|
||||
/* Lightning "Calendar" Toolbarbutton */
|
||||
#lightning-button-calendar {
|
||||
list-style-image: url(chrome://messenger/skin/shared/in-content/calendar.svg);
|
||||
list-style-image: url(chrome://messenger/skin/shared/preferences/calendar.svg);
|
||||
}
|
||||
|
||||
/* Lightning "Tasks" Toolbarbutton */
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
/* ::: new tab buttons ::: */
|
||||
#calendar-tab-button,
|
||||
#newMsgButton-calendar-menuitem {
|
||||
list-style-image: url(chrome://messenger/skin/shared/in-content/calendar.svg);
|
||||
list-style-image: url(chrome://messenger/skin/shared/preferences/calendar.svg);
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
/* ::: tab icons ::: */
|
||||
.icon-holder[type="calendar"],
|
||||
.tabmail-tab[type="calendar"] {
|
||||
list-style-image: url(chrome://messenger/skin/shared/in-content/calendar.svg);
|
||||
list-style-image: url(chrome://messenger/skin/shared/preferences/calendar.svg);
|
||||
-moz-image-region: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
- file, You can obtain one at https://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/global.css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/shared/in-content/passwordmgr.css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/shared/preferences/passwordmgr.css"?>
|
||||
|
||||
<window id="SignonViewerDialog"
|
||||
windowtype="Toolkit:PasswordManager"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/applications.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/applications.css");
|
||||
|
||||
/**
|
||||
* Line up the actions menu with action labels above and below it.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/dialog.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/dialog.css");
|
||||
|
||||
:root > * {
|
||||
font-size: 1.05em;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/preferences.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/preferences.css");
|
||||
@namespace html "http://www.w3.org/1999/xhtml";
|
||||
|
||||
.dialogBox,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/applications.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/applications.css");
|
||||
|
||||
/**
|
||||
* Line up the actions menu with action labels above and below it.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/dialog.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/dialog.css");
|
||||
|
||||
.windowDialog {
|
||||
font: message-box !important;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/preferences.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/preferences.css");
|
||||
@namespace html "http://www.w3.org/1999/xhtml";
|
||||
|
||||
.dialogBox,
|
||||
|
|
|
@ -136,14 +136,14 @@
|
|||
skin/classic/messenger/shared/compacttheme.css (../shared/mail/compacttheme.css)
|
||||
skin/classic/messenger/shared/creationDialog.css (../shared/mail/creationDialog.css)
|
||||
skin/classic/messenger/shared/EditorDialog.css (../shared/mail/EditorDialog.css)
|
||||
skin/classic/messenger/shared/in-content/applications.css (../shared/mail/incontentprefs/applications.css)
|
||||
skin/classic/messenger/shared/in-content/dialog.css (../shared/mail/incontentprefs/dialog.css)
|
||||
skin/classic/messenger/shared/in-content/passwordmgr.css (../shared/mail/incontentprefs/passwordmgr.css)
|
||||
skin/classic/messenger/shared/in-content/preferences.css (../shared/mail/incontentprefs/preferences.css)
|
||||
skin/classic/messenger/shared/in-content/calendar.svg (../shared/mail/incontentprefs/calendar.svg)
|
||||
skin/classic/messenger/shared/in-content/chat.svg (../shared/mail/incontentprefs/chat.svg)
|
||||
skin/classic/messenger/shared/in-content/general.svg (../shared/mail/incontentprefs/general.svg)
|
||||
skin/classic/messenger/shared/in-content/security.svg (../shared/mail/incontentprefs/security.svg)
|
||||
skin/classic/messenger/shared/preferences/applications.css (../shared/mail/preferences/applications.css)
|
||||
skin/classic/messenger/shared/preferences/dialog.css (../shared/mail/preferences/dialog.css)
|
||||
skin/classic/messenger/shared/preferences/passwordmgr.css (../shared/mail/preferences/passwordmgr.css)
|
||||
skin/classic/messenger/shared/preferences/preferences.css (../shared/mail/preferences/preferences.css)
|
||||
skin/classic/messenger/shared/preferences/calendar.svg (../shared/mail/preferences/calendar.svg)
|
||||
skin/classic/messenger/shared/preferences/chat.svg (../shared/mail/preferences/chat.svg)
|
||||
skin/classic/messenger/shared/preferences/general.svg (../shared/mail/preferences/general.svg)
|
||||
skin/classic/messenger/shared/preferences/security.svg (../shared/mail/preferences/security.svg)
|
||||
skin/classic/messenger/shared/newInstall.css (../shared/mail/newInstall.css)
|
||||
skin/classic/messenger/icons/information.svg (../shared/mail/icons/information.svg)
|
||||
skin/classic/messenger/shared/mailWindow1.css (../shared/mail/mailWindow1.css)
|
||||
|
|
|
@ -321,7 +321,7 @@ aside.settings-btn-container {
|
|||
}
|
||||
|
||||
#setupCalendar::before {
|
||||
background-image: url("chrome://messenger/skin/shared/in-content/calendar.svg");
|
||||
background-image: url("chrome://messenger/skin/shared/preferences/calendar.svg");
|
||||
}
|
||||
|
||||
#setupAddressBook::before {
|
||||
|
|
До Ширина: | Высота: | Размер: 714 B После Ширина: | Высота: | Размер: 714 B |
До Ширина: | Высота: | Размер: 700 B После Ширина: | Высота: | Размер: 700 B |
До Ширина: | Высота: | Размер: 890 B После Ширина: | Высота: | Размер: 890 B |
|
@ -231,11 +231,11 @@ radio[pane][selected] > .radio-check {
|
|||
}
|
||||
|
||||
radio[pane=paneGeneral] > .radio-check {
|
||||
list-style-image: url("chrome://messenger/skin/shared/in-content/general.svg");
|
||||
list-style-image: url("chrome://messenger/skin/shared/preferences/general.svg");
|
||||
}
|
||||
|
||||
radio[pane=panePrivacy] > .radio-check {
|
||||
list-style-image: url("chrome://messenger/skin/shared/in-content/security.svg");
|
||||
list-style-image: url("chrome://messenger/skin/shared/preferences/security.svg");
|
||||
}
|
||||
|
||||
radio[pane=paneCompose] > .radio-check {
|
||||
|
@ -243,11 +243,11 @@ radio[pane=paneCompose] > .radio-check {
|
|||
}
|
||||
|
||||
radio[pane=paneChat] > .radio-check {
|
||||
list-style-image: url("chrome://messenger/skin/shared/in-content/chat.svg");
|
||||
list-style-image: url("chrome://messenger/skin/shared/preferences/chat.svg");
|
||||
}
|
||||
|
||||
radio[pane=paneLightning] > .radio-check {
|
||||
list-style-image: url("chrome://messenger/skin/shared/in-content/calendar.svg");
|
||||
list-style-image: url("chrome://messenger/skin/shared/preferences/calendar.svg");
|
||||
}
|
||||
|
||||
html|input[type="number"] {
|
До Ширина: | Высота: | Размер: 513 B После Ширина: | Высота: | Размер: 513 B |
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/applications.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/applications.css");
|
||||
|
||||
/**
|
||||
* Line up the actions menu with action labels above and below it.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/dialog.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/dialog.css");
|
||||
|
||||
:root > * {
|
||||
font-size: 1.12em;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
@import url("chrome://messenger/skin/shared/in-content/preferences.css");
|
||||
@import url("chrome://messenger/skin/shared/preferences/preferences.css");
|
||||
@namespace html "http://www.w3.org/1999/xhtml";
|
||||
|
||||
.dialogBox,
|
||||
|
|