diff --git a/ui/experiments/editor.html b/ui/experiments/editor.html index c2dd3799..9597837d 100755 --- a/ui/experiments/editor.html +++ b/ui/experiments/editor.html @@ -9,18 +9,43 @@ details { background: white; } details { + display: inline-block; + width: 508px; + min-width: 500px; + overflow: visible; +} +details details { width: 500px; + margin: 3px; + border: solid 1px silver; } details > div { margin: 10px; } summary { padding-left: 3px; + background: silver; +} +details details summary { background: #ddd; } input[type=range] { width: 300px; } +button:active { + background: silver; +} +button.reset { + border: solid 1px silver; +} +button.reset:hover { + border: solid 1px gray; +} +/* +button.state:focus { + background: silver; +} +*/ /* XXX this is not live... input[type=range]:after { content: attr(value); @@ -63,20 +88,13 @@ input[type='range']::-webkit-slider-thumb { input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; - /* - display: inline-block; - background: white; - border-radius: 2px; - border: solid 1px gray; - width: 10px; - */ } - + -
+