Bug 1054099 - Remove use of gradients in new tab page r=dao

This commit is contained in:
Tim Taubert 2014-09-20 13:04:08 +02:00
parent 5786c4db38
commit 33f1056501

View File

@ -134,19 +134,6 @@
background-size: auto;
}
/* Use a pseudo-element to overlay a gradient on the thumbnail */
.newtab-site[type=history]:not(:hover) .newtab-thumbnail:first-child::after {
background-image: linear-gradient(0deg, rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0) 33%);
border-radius: inherit;
bottom: 0;
content: "";
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
}
/* TITLES */
.newtab-title {
color: #737373;