зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1322251 - Remove browser.preferences.animateFadeIn and its code; r=jaws
MozReview-Commit-ID: 5gDD4C2Lkjd --HG-- extra : rebase_source : efee55d1a4e754f503a0bd5c3d388b7364e3d33c
This commit is contained in:
Родитель
4b0a3a4f7a
Коммит
4d5da8328a
|
@ -648,12 +648,6 @@ pref("plugin.defaultXpi.state", 2);
|
|||
pref("plugin.state.flash", 2);
|
||||
pref("plugin.state.java", 1);
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
pref("browser.preferences.animateFadeIn", true);
|
||||
#else
|
||||
pref("browser.preferences.animateFadeIn", false);
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
pref("browser.preferences.instantApply", false);
|
||||
#else
|
||||
|
|
|
@ -62,12 +62,6 @@
|
|||
|
||||
/* Advanced Pane */
|
||||
|
||||
/* Adding padding-bottom prevents the bottom of the tabpanel from being cutoff
|
||||
when browser.preferences.animateFadeIn = true */
|
||||
#advancedPrefs {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
/* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
|
||||
of the groupbox from being cutoff */
|
||||
.bottomBox {
|
||||
|
|
Загрузка…
Ссылка в новой задаче