diff options
-rw-r--r-- | flatly/_bootswatch.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatly/_bootswatch.scss b/flatly/_bootswatch.scss index ad642597..ffa3832c 100644 --- a/flatly/_bootswatch.scss +++ b/flatly/_bootswatch.scss @@ -120,7 +120,7 @@ table, // Forms ====================================================================== .form-control, -input, { +input { border-width: 2px; @include box-shadow(none); |