← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rbanffy/launchpad/highlight_listing_tr into lp:launchpad

 

Ricardo Bánffy has proposed merging lp:~rbanffy/launchpad/highlight_listing_tr into lp:launchpad.

Requested reviews:
  Ricardo Bánffy (rbanffy)
  Colin Watson (cjwatson)

For more details, see:
https://code.launchpad.net/~rbanffy/launchpad/highlight_listing_tr/+merge/258766

Makes slight changes to the Launchpad web interface styles to make the site slightly easier to use and navigate. Some parte look strange. The initial motivation was to make listings (such as https://code.launchpad.net/maas/+activereviews) easier to read with alternating backgrounds and line hovers.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/canonical/launchpad/icing/css/base.css'
--- lib/canonical/launchpad/icing/css/base.css	2015-03-24 11:30:04 +0000
+++ lib/canonical/launchpad/icing/css/base.css	2016-03-18 20:02:02 +0000
@@ -402,6 +402,10 @@
     border: none;
     }
 
+table.listing tbody tr:hover {
+    background: #eee;
+    }
+
 table.listing tfoot td {
     border: 1px solid #d2d2d2;
     }