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

Commit

Permalink
Merge pull request #5330 from cezaraugusto/feature-new-tab/5309
Browse files Browse the repository at this point in the history
Add transition for new-tabbackground
  • Loading branch information
bsclifton authored Nov 1, 2016
2 parents 0631d16 + 0e350af commit f738d2b
Showing 1 changed file with 8 additions and 1 deletion.
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

0 comments on commit f738d2b

Please sign in to comment.