Commit 692878b0 by Matt Toback

Checkbox fixes for light and dark themes, ready to hand over to trent for new images

parent a6061ce5
......@@ -42,7 +42,7 @@
Type
</li>
<li>
<select class="input-xlarge norm-form-input norm-form-auto norm-form-input-boxbox" ng-model="current.type" ng-options="k as v.name for (k, v) in types" ng-change="typeChanged()"></select>
<select class="input-xlarge norm-form-input norm-form-auto" ng-model="current.type" ng-options="k as v.name for (k, v) in types" ng-change="typeChanged()"></select>
</li>
</ul>
<div class="clearfix"></div>
......

1.43 KB | W: | H:

465 Bytes | W: | H:

public/img/checkbox.png
public/img/checkbox.png
public/img/checkbox.png
public/img/checkbox.png
  • 2-up
  • Swipe
  • Onion skin

465 Bytes | W: | H:

960 Bytes | W: | H:

public/img/checkbox_white.png
public/img/checkbox_white.png
public/img/checkbox_white.png
public/img/checkbox_white.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -307,7 +307,7 @@
@popoverArrowOuterColor: rgba(0,0,0,.25);
// images
@checkboxImageUrl: '../img/checkbox_white.png';
@checkboxImageUrl: '../img/checkbox.png';
// GRID
// --------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment