# HG changeset patch # User Drew Perttula # Date 1528451648 0 # Node ID 56e435ac7a4137b4a0b1b184368077c161b1d971 # Parent 5668ad92a98e5eb37aef9feb999d8f61745a2e6c start the ui work for multiselect on /live Ignore-this: 9cfd22eac4d49b093643027e387f4f5e diff -r 5668ad92a98e -r 56e435ac7a41 light9/web/live/elements.html --- a/light9/web/live/elements.html Fri Jun 08 09:14:36 2018 +0000 +++ b/light9/web/live/elements.html Fri Jun 08 09:54:08 2018 +0000 @@ -179,14 +179,20 @@ color: #9ab8fd; text-decoration: initial; } + .device.selected h2 { + outline: 3px solid #ffff0047; + } + .deviceAttr.selected { + background: #cada1829; + } -
-

+
+

a