summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/partials
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-29 16:52:22 -0400
committerJules Laplace <jules@okfoc.us>2016-09-29 16:52:22 -0400
commite100d79a376a46cfcace0ec9085d1445e5f0f0c2 (patch)
tree44a2c174b2beb44f4b17f5579026e25dddf70942 /themes/okadmin/templates/partials
parent8952389c16bd1b9c732a1afd985214cec40a6c2d (diff)
button styles
Diffstat (limited to 'themes/okadmin/templates/partials')
-rw-r--r--themes/okadmin/templates/partials/inputs.liquid6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/okadmin/templates/partials/inputs.liquid b/themes/okadmin/templates/partials/inputs.liquid
index 71856cc..19aa3a1 100644
--- a/themes/okadmin/templates/partials/inputs.liquid
+++ b/themes/okadmin/templates/partials/inputs.liquid
@@ -102,7 +102,7 @@
type="text"
placeholder="URL"
class="link-input link-uri">
- <button class="remove-link-btn">
+ <button class="remove-link-btn btn">
-
</button>
</li>
@@ -115,7 +115,7 @@
<input type="text"
class="link-input-new link-uri"
placeholder="http://www.example.com">
- <button class="add-link-btn">+</button>
+ <button class="add-link-btn btn">+</button>
<script type="text/html" class="link-template">
<li>
@@ -132,7 +132,7 @@
type="text"
placeholder="URL"
class="link-input link-uri">
- <button class="remove-link-btn">
+ <button class="remove-link-btn btn">
-
</button>
</li>