changeset 2848:bef3d563d667

Merge branch 'Dev_main' into vnext
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 25 Apr 2017 16:01:27 +0100
parents 7f2bb5997114 (diff) ed2c8a04b7c4 (current diff)
children 050a99108afa
files
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/interfaces/AB.css	Tue Apr 25 15:49:36 2017 +0100
+++ b/interfaces/AB.css	Tue Apr 25 16:01:27 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;
--- a/interfaces/ABX.css	Tue Apr 25 15:49:36 2017 +0100
+++ b/interfaces/ABX.css	Tue Apr 25 16:01:27 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;