diff options
author | Horst3180 | 2015-11-04 14:53:46 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-04 14:53:46 +0100 |
commit | 4931dbf456a64c61875220987fca84c6c08819df (patch) | |
tree | 8cf332df0ad04b762609967eaf4676f4d2dbb015 /arc-firefox-theme/chrome/browser/newtab | |
parent | 6a97eaa3348de211ed7ca18f34edee6661515df4 (diff) | |
download | solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.tar.gz solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.tar.xz solarc-firefox-theme-4931dbf456a64c61875220987fca84c6c08819df.zip |
update to 43.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/newtab')
-rw-r--r-- | arc-firefox-theme/chrome/browser/newtab/newTab.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arc-firefox-theme/chrome/browser/newtab/newTab.css b/arc-firefox-theme/chrome/browser/newtab/newTab.css index 4073cd9..16a21d3 100644 --- a/arc-firefox-theme/chrome/browser/newtab/newTab.css +++ b/arc-firefox-theme/chrome/browser/newtab/newTab.css @@ -119,7 +119,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; } @@ -171,7 +171,10 @@ } .newtab-site:hover .newtab-title { - color: #222; + color: white; + background-color: #333; + border: 1px solid #333; + border-top: 1px solid white; } .newtab-site[pinned] .newtab-title { |