diff options
Diffstat (limited to 'shader-picker.html')
| -rw-r--r-- | shader-picker.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shader-picker.html b/shader-picker.html index e7d60d4..42b234c 100644 --- a/shader-picker.html +++ b/shader-picker.html @@ -14,8 +14,8 @@ html,body { margin: 0; padding: 0; } .ui-sortable-helper { cursor: -webkit-grabbing !important; } #frames canvas { display: block } #frames .remove { position: absolute; top: 5px; right: 5px; color: #f00; padding: 3px; border: 0;background: white; font-size: 10px; line-height: 10px; } -.paused { background: black; color: white; border-width: 1px; padding: 1px 3px 2px 4px; } -.paused { outline: 0 !important; } +.paused { background: black; color: white; border-width: 1px; padding: 1px 3px 2px 4px; outline: 0 !important; } +.active { background: black; color: white; border-width: 1px; padding: 1px 4px 2px 4px; outline: 0 !important; } div { display: inline-block; padding: 10px;} #gallery,#controls,#workspace,#rendered{ float: left; } #rendered img { display: block; } @@ -32,7 +32,6 @@ form { display: inline-block; } #gallery-images { display: block; max-height: 210px; overflow-y: auto; } #gallery-images img, #gallery-images canvas { max-width: 200px; height: 100px; margin: 5px; cursor: pointer; } #username { width: 40px; } -#shaders { display: inline-block; } </style> </head> <body> @@ -78,7 +77,7 @@ form { display: inline-block; } <button id="help">help</button> <button id="demo">demo</button> <button id="dither-demo">dither</button> - <div id="shaders"></div> + <span id="shaders"></span> <button id="add-shader">+</button> <button id="remove-shader">x</button> <br> |
