summaryrefslogtreecommitdiff
path: root/darkly/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-04-14 13:03:08 -0400
committerThomas Park <thomas@thomaspark.co>2015-04-14 13:03:08 -0400
commit8bd54f72791fc7914f75fca86c2434b6c6964011 (patch)
tree0b6cd696bb263c018d3c82f6d2447c91e8d3bacb /darkly/_bootswatch.scss
parent1c3a9c39e99071b4c44ac4aa2df7d03c300eb789 (diff)
darkly, flatly: fix input heights, closes #438
Diffstat (limited to 'darkly/_bootswatch.scss')
-rw-r--r--darkly/_bootswatch.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/darkly/_bootswatch.scss b/darkly/_bootswatch.scss
index 49009a4e..67121f95 100644
--- a/darkly/_bootswatch.scss
+++ b/darkly/_bootswatch.scss
@@ -42,6 +42,10 @@
// Buttons ====================================================================
+.btn {
+ border-width: 2px;
+}
+
.btn:active {
@include box-shadow(none);
}
@@ -132,7 +136,7 @@ textarea {
.form-control,
input,
textarea {
- border: none;
+ border: 2px hidden transparent;
@include box-shadow(none);
&:focus {