зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1128724 - Rename "Print" reader mode theme to "Sepia". r=jaws
--HG-- extra : rebase_source : c811857bcd9f77a3bb3be45f5d6d72abd51c7004
This commit is contained in:
Родитель
1b563894ee
Коммит
309777ae48
|
@ -850,7 +850,7 @@ pref("dom.meta-viewport.enabled", true);
|
|||
// Enable the OpenH264 plugin support in the addon manager.
|
||||
pref("media.gmp-gmpopenh264.provider.enabled", true);
|
||||
|
||||
// The default color scheme in reader mode (light, dark, print, auto)
|
||||
// The default color scheme in reader mode (light, dark, auto)
|
||||
// auto = color automatically adjusts according to ambient light level
|
||||
// (auto only works on platforms where the 'devicelight' event is enabled)
|
||||
pref("reader.color_scheme", "auto");
|
||||
|
|
|
@ -4537,7 +4537,7 @@ pref("reader.parse-on-load.force-enabled", false);
|
|||
// The default relative font size in reader mode (1-5)
|
||||
pref("reader.font_size", 3);
|
||||
|
||||
// The default color scheme in reader mode (light, dark, print, auto)
|
||||
// The default color scheme in reader mode (light, dark, sepia, auto)
|
||||
// auto = color automatically adjusts according to ambient light level
|
||||
// (auto only works on platforms where the 'devicelight' event is enabled)
|
||||
pref("reader.color_scheme", "light");
|
||||
|
|
|
@ -19,9 +19,9 @@ body {
|
|||
background-color: #333333;
|
||||
}
|
||||
|
||||
.print {
|
||||
.sepia {
|
||||
color: #333333;
|
||||
background-color: #fff1df;
|
||||
background-color: #f0ece7;
|
||||
}
|
||||
|
||||
.sans-serif {
|
||||
|
@ -60,7 +60,7 @@ body {
|
|||
}
|
||||
|
||||
.light > .header > .domain,
|
||||
.print > .header > .domain {
|
||||
.sepia > .header > .domain {
|
||||
border-bottom-color: #333333;
|
||||
}
|
||||
|
||||
|
@ -165,7 +165,7 @@ body {
|
|||
}
|
||||
|
||||
.light > .content blockquote,
|
||||
.print > .content blockquote {
|
||||
.sepia > .content blockquote {
|
||||
-moz-border-start: 2px solid #333333;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче