# HG changeset patch # User Nicholas Jillings # Date 1493130662 -3600 # Node ID 7f2bb599711448ea77207b185c91f820ba06af52 # Parent 5403f842f15e2b2e1bdbdff6409970279489bf54 #138 Fix diff -r 5403f842f15e -r 7f2bb5997114 interfaces/AB.css --- a/interfaces/AB.css Tue Apr 25 12:34:56 2017 +0100 +++ b/interfaces/AB.css Tue Apr 25 15:31:02 2017 +0100 @@ -65,7 +65,7 @@ margin: auto; } div.comparator-image { - background-color: rgba(255,255,255,0); + background-color: rgba(255, 255, 255, 0); } img.comparator-image { width: inherit; @@ -79,7 +79,7 @@ background-color: #AAA; } div.selected { - background-color: #008000; + background-color: rgba(0, 200, 0, 0.4); } div.comparator-selector span { font-size: 4em; diff -r 5403f842f15e -r 7f2bb5997114 interfaces/ABX.css --- a/interfaces/ABX.css Tue Apr 25 12:34:56 2017 +0100 +++ b/interfaces/ABX.css Tue Apr 25 15:31:02 2017 +0100 @@ -61,7 +61,7 @@ background-color: #AAA; } div.selected { - background-color: #008000; + background-color: rgba(0, 200, 0, 0.4); } div.comparator-selector.inactive { background-color: yellow !important;