diff --git a/ui/experiments/seporate-image-and-background.html b/ui/experiments/seporate-image-and-background.html index 69671ce6..9d40cb3e 100755 --- a/ui/experiments/seporate-image-and-background.html +++ b/ui/experiments/seporate-image-and-background.html @@ -22,7 +22,7 @@ /* XXX do we need this? */ border: solid black 5px; - /*-webkit-filter: invert(1);*/ + -webkit-filter: invert(1); } .current.image { background: no-repeat 50% black; @@ -151,10 +151,16 @@ vertical-align: middle; } -.current + .mark { +/* this is a placeholder -- I'm to lazy to make a real floating element + * to indicate selection... */ +.current+.mark { border: solid red 5px; } +.mark.select { + border: dotted blue 5px; +} + .mark.blue, .mark.red, .mark.yellow { @@ -232,6 +238,10 @@