]> git.openstreetmap.org Git - rails.git/commitdiff
Make list items highligh colour darker
authorAlexander Meshcheryakov <alexander.s.m+git@gmail.com>
Sat, 21 Nov 2015 13:23:54 +0000 (16:23 +0300)
committerTom Hughes <tom@compton.nu>
Sun, 20 Mar 2016 18:31:45 +0000 (18:31 +0000)
The list highlight colour is currently very subtle and can be
had to spot so make it a little darker.

Closes #1090

app/assets/stylesheets/parameters.scss

index eb363459c22854b1ec15be3ba9a1400c3d5f46ab..1cae5ba2f557df0ee0236ab58063e4cd7c51cd4f 100644 (file)
@@ -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;