From eee76e314e68701e42e4988718d381338195d3ac Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 2 Dec 2013 18:20:23 +0400 Subject: [PATCH] minor tweaking... Signed-off-by: Alex A. Naanou --- .../seporate-image-and-background.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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 @@
Keep the images on one level and marks outside, after the image...
+ + one tag per UI element
+ + generic and extensible
+ - a little bit more complicated mark manipulation during image shifting + – potential orphaned or misplaces marks...
@@ -241,6 +251,9 @@
+ +
+