Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevsuperfast committed Sep 9, 2015
2 parents f96fe8f + 1b3cc90 commit 9aa9431
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions assets/scss/partials/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ body {
@include border-radius(0);
}

.form-control {
box-shadow: none;
&:focus {
box-shadow: none;
}
}

/** Site Header
----------------------------------------------------------------------------- */
.site-header {
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions temp/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2370,6 +2370,9 @@ body { font-weight: 300; }
----------------------------------------------------------------------------- */
.label, .badge { border-radius: 0; }

.form-control, .widget_categories select, .widget_archive select { box-shadow: none; }
.form-control:focus, .widget_categories select:focus, .widget_archive select:focus { box-shadow: none; }

/** Site Header
----------------------------------------------------------------------------- */
.site-header { background: #fff; margin: 0; padding: 26px 0; }
Expand Down

0 comments on commit 9aa9431

Please # to comment.