diff --git a/tests/debug.html b/tests/debug.html index 6351da8d..cdcab171 100644 --- a/tests/debug.html +++ b/tests/debug.html @@ -34,6 +34,7 @@ width: 120px; font-family: 'Open Sans', sans-serif; overflow: scroll; + resize: horizontal; } #menu a { @@ -68,14 +69,80 @@ #menu a.active:hover { background: #3074a4; } + + #menu-search { + padding: 2px; + width: 100%; + } + + #menu a.active #colorbox { + display: block; + } + + #menu a #colorbox { + display: none; + } + + #colorbox { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + height: 15px; + width: 15px; + border: 1px solid white; + outline: none; + float: right; + margin-left: 5px; + cursor: pointer; + } + + #colorbox::-webkit-color-swatch { + border: none; + } + + #colorbox::-moz-color-swatch { + border: none; + } - +