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

2018-06-10 Thread Nodiv Byzero
Thank you for this info.
I'll submit my patch to archweb first.

On Sat, Jun 9, 2018 at 10:30 AM, Lukas Fleischer
 wrote:
> On Fri, 08 Jun 2018 at 23:04:20, nodivbyzero wrote:
>> ---
>>  web/html/css/archweb.css | 12 ++--
>>  1 file changed, 10 insertions(+), 2 deletions(-)
>> [...]
>
> We keep this in sync with the actual archweb CSS. So instead of doing
> this, we should copy and commit the most recent version from archweb.


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

2018-06-08 Thread nodivbyzero
---
 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