From 780053a19efecfa370bd55407c4c464b417036c1 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 10 Dec 2017 10:06:21 +0300 Subject: [PATCH] darken search result description --- popup/search-results.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/popup/search-results.css b/popup/search-results.css index 2900dfd6..1dd09577 100755 --- a/popup/search-results.css +++ b/popup/search-results.css @@ -53,6 +53,7 @@ body.search-results-shown { margin-bottom: .5em; display: block; color: #666; + overflow-wrap: break-word; } .search-result:hover .search-result-title { @@ -67,7 +68,7 @@ body.search-results-shown { opacity: 0; position: absolute; width: 100%; - transition: opacity .2s; + transition: opacity .25s ease-in-out; } .search-result:hover .search-result-info > div { @@ -116,7 +117,8 @@ body.search-results-shown { } .search-result-description-group { - background-color: rgba(255, 255, 255, 0.8); + color: white; + background-color: hsla(180, 20%, 20%, 0.85); align-items: center; padding-right: .25rem; }