summaryrefslogtreecommitdiff
path: root/shader-picker.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-02 00:43:53 -0500
committerjules <jules@okfoc.us>2014-01-02 00:43:53 -0500
commita1b3872172b05ef5ea891a762b642e1242e383c5 (patch)
tree4c74504aff3d6b0f998989e7258b62072c28694e /shader-picker.html
parent264dcb64b2f2db997a6504a4c29eafee70b1002c (diff)
button state
Diffstat (limited to 'shader-picker.html')
-rw-r--r--shader-picker.html7
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>