From: Alexander Meshcheryakov Date: Sat, 21 Nov 2015 13:23:54 +0000 (+0300) Subject: Make list items highligh colour darker X-Git-Tag: live~3893 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2d2334d34bd6ed2fb119ce2a1562754b318bc14f?hp=c9c44641b3223b659c52fee00ce3d5c7b362af8f Make list items highligh colour darker The list highlight colour is currently very subtle and can be had to spot so make it a little darker. Closes #1090 --- diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index eb363459c..1cae5ba2f 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -15,5 +15,5 @@ $headerHeight: 55px; $sidebarWidth: 350px; $keyline: 1px solid $lightgrey; $border-radius: 3px; -$list-highlight: #FFFFE6; +$list-highlight: #FFFFC0; $border: 1px solid $grey;