summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-06-01 23:08:38 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-06-01 23:08:38 -0400
commit5e41d1d3063c84bf3b6825f1cdfbf9efbde46b11 (patch)
treeeef926c1ceedc0fa27b71ce6827c26da74b98e13 /themes
parentbd5d1464350191f4f06e2952753bc0b52afc7b2f (diff)
downloadiceweasel-uxp-5e41d1d3063c84bf3b6825f1cdfbf9efbde46b11.tar.gz
clean up newtab page round 2
Diffstat (limited to 'themes')
-rw-r--r--themes/shared/newtab/newTab.inc.css32
1 files changed, 3 insertions, 29 deletions
diff --git a/themes/shared/newtab/newTab.inc.css b/themes/shared/newtab/newTab.inc.css
index 8ecd603..29e5e0f 100644
--- a/themes/shared/newtab/newTab.inc.css
+++ b/themes/shared/newtab/newTab.inc.css
@@ -194,24 +194,6 @@ body.compact .newtab-thumbnail.placeholder {
opacity: 0;
}
-.newtab-site[type=affiliate] .newtab-thumbnail,
-.newtab-site[type=enhanced] .newtab-thumbnail,
-.newtab-site[type=organic] .newtab-thumbnail,
-.newtab-site[type=sponsored] .newtab-thumbnail {
- background-position: center center;
-}
-
-body.compact .newtab-site[type=affiliate] .newtab-thumbnail {
- background-position: center 30%;
-}
-
-.newtab-site[type=affiliate] .newtab-thumbnail,
-body:not(.compact) .newtab-site[type=enhanced] .newtab-thumbnail,
-body:not(.compact) .newtab-site[type=organic] .newtab-thumbnail,
-body:not(.compact) .newtab-site[type=sponsored] .newtab-thumbnail {
- background-size: auto;
-}
-
/* TITLES */
.newtab-title {
@@ -231,22 +213,14 @@ body.compact .newtab-title {
background-clip: padding-box;
}
-.newtab-title,
-.newtab-suggested {
+.newtab-title {
color: #5c5c5c;
}
-body.compact .newtab-title,
-body.compact .newtab-suggested {
+body.compact .newtab-title {
color: black;
}
-.newtab-suggested[active] {
- background-color: rgba(51, 51, 51, 0.95);
- border: 0;
- color: white;
-}
-
body:not(.compact) .newtab-site:hover .newtab-title {
color: white;
background-color: #333;
@@ -341,4 +315,4 @@ body.compact .newtab-control-pin:dir(rtl) {
.newtab-control-block:hover:active {
background-image: -moz-image-rect(url(chrome://browser/skin/newtab/controls.svg), 0, 256, 32, 224);
-}
+} \ No newline at end of file