diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index 52199d047..697ab005e 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -19,6 +19,7 @@ @import 'popover' @import 'stream_element' @import 'report' +@import 'bootstrap-commentfix' /* ====== media ====== */ .media diff --git a/app/assets/stylesheets/bootstrap-commentfix.scss b/app/assets/stylesheets/bootstrap-commentfix.scss new file mode 100644 index 000000000..8305d740f --- /dev/null +++ b/app/assets/stylesheets/bootstrap-commentfix.scss @@ -0,0 +1,12 @@ +//Replaces blue border and box shadow around comment field with gray border and no box shadow// + +.comment_box { + border: #cccccc solid 1px; + &:focus { + border: #999999 solid 1px; + border-color: #ccc solid 1px; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0); + } +} \ No newline at end of file diff --git a/app/assets/stylesheets/new-templates.css.scss b/app/assets/stylesheets/new-templates.css.scss index cfc3795e4..a423827d0 100644 --- a/app/assets/stylesheets/new-templates.css.scss +++ b/app/assets/stylesheets/new-templates.css.scss @@ -27,6 +27,7 @@ @import 'bootstrap-headerfix'; @import 'opengraph'; @import 'single-post-view'; +@import 'bootstrap-commentfix'; @import 'new_styles/poll'; /* conversations */