[PATCH 1/1] Highlighting row on hover in the search results. FS#53612

nodivbyzero nodivbyzero at gmail.com
Fri Jun 8 21:04:20 UTC 2018


---
 web/html/css/archweb.css | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/web/html/css/archweb.css b/web/html/css/archweb.css
index d8c66aa..54779eb 100644
--- a/web/html/css/archweb.css
+++ b/web/html/css/archweb.css
@@ -708,12 +708,20 @@ table.results {
         padding: .3em 1em .3em 3px;
     }
 
-    .results tr.odd {
+    .results tr.odd:hover {
         background: #fff;
     }
 
+    .results tr.odd {
+        background: #f5f5f5;
+    }
+
+    .results tr.even:hover {
+        background: #b3cfff;
+    }
+
     .results tr.even {
-        background: #e4eeff;
+        background: #ccdfff;
     }
 
     .results .flagged {
-- 
2.17.0


More information about the aur-dev mailing list