From 5664528cf76c4dd93e9bac346fca269be7e760b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Thu, 27 Aug 2015 03:47:25 +0200 Subject: [PATCH] Bug 1197510 - Make tiles hover effect less jarring. r=msamuel --- browser/themes/shared/newtab/newTab.inc.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/themes/shared/newtab/newTab.inc.css b/browser/themes/shared/newtab/newTab.inc.css index c7d1a4a2e95..23d01f7e0bb 100644 --- a/browser/themes/shared/newtab/newTab.inc.css +++ b/browser/themes/shared/newtab/newTab.inc.css @@ -115,7 +115,7 @@ .newtab-cell:not([ignorehover]) .newtab-link:hover, .newtab-site[dragged] { border: 2px solid white; - box-shadow: 0 0 6px 2px #4cb1ff; + box-shadow: 0 0 6px 1px #add6ff; margin: -2px; } @@ -168,8 +168,8 @@ .newtab-site:hover .newtab-title { color: white; - background-color: black; - border: 1px solid black; + background-color: #333; + border: 1px solid #333; border-top: 1px solid white; }