summaryrefslogtreecommitdiff
path: root/paper/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2015-01-22 17:51:19 -0500
committerThomas Park <thomas@thomaspark.me>2015-01-22 17:51:19 -0500
commit9c398fea10b9edf4b38ad2acd0ef2da83d518732 (patch)
tree195b7b67688b3975e6ee35f22346e3b5c86deb6b /paper/bootswatch.less
parent80de0c48ab8a9f5ab130bcb598420d7f8ac687d8 (diff)
parent36a85a7d153d1d7ed13627f2269fef8c60743cf4 (diff)
Merge branch 'mladenplavsic-gh-pages' into gh-pages
add contenteditable to input selectors
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r--paper/bootswatch.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less
index ead20094..4f4cb77c 100644
--- a/paper/bootswatch.less
+++ b/paper/bootswatch.less
@@ -123,7 +123,8 @@ input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
-[type=tel].form-control {
+[type=tel].form-control,
+[contenteditable].form-control {
padding: 0;
border: none;
border-radius: 0;