replaces blue comment box border and box shadow with gray border and no box shadow

This commit is contained in:
Utah Kate Newman 2014-07-02 16:31:29 -07:00
parent b246c7b5ef
commit 7f2b3d3bf3
3 changed files with 14 additions and 0 deletions

View file

@ -19,6 +19,7 @@
@import 'popover'
@import 'stream_element'
@import 'report'
@import 'bootstrap-commentfix'
/* ====== media ====== */
.media

View file

@ -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);
}
}

View file

@ -27,6 +27,7 @@
@import 'bootstrap-headerfix';
@import 'opengraph';
@import 'single-post-view';
@import 'bootstrap-commentfix';
@import 'new_styles/poll';
/* conversations */