Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Add transition for new-tabbackground #5330

Merged
merged 1 commit into from
Nov 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion less/about/newtab.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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 "../animations.less";
@import "./common.less";

* {
Expand All @@ -15,7 +16,13 @@ strong, div, span, li, em, p, a {
}

body {
background: @darkGray;
background: #fff;
}

body, .dynamicBackground, .gradient {
opacity: 0;
animation: fadeIn 200ms;
animation-fill-mode: forwards;
}

main,
Expand Down