Skip to content

Commit 749df2f

Browse files
committed
Minor adjustments to new tab page
1 parent fe747a5 commit 749df2f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

src/chrome/browser/newtab/newTab.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/* SCROLLBOX */
1212
#newtab-scrollbox:not([page-disabled]) {
1313
color: rgb(0,0,0);
14-
background-color: hsl(0,0%,95%);
14+
background-color: #C0C0C0;
1515
}
1616

1717
/* UNDO */
@@ -129,11 +129,6 @@
129129
transition-property: top, left, opacity, box-shadow, background-color;
130130
}
131131

132-
.newtab-site:hover,
133-
.newtab-site[dragged] {
134-
box-shadow: 0 0 10px rgba(8,22,37,.3);
135-
}
136-
137132
.newtab-site[dragged] {
138133
transition-property: box-shadow, background-color;
139134
background-color: rgb(242,242,242);
@@ -194,4 +189,4 @@
194189

195190
.newtab-control-block:active {
196191
background-position: -192px 0;
197-
}
192+
}

0 commit comments

Comments
 (0)