Skip to content

Commit

Permalink
form input styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Oct 27, 2015
1 parent ebc7277 commit 627a888
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions resources/assets/less/formview.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ form {
margin-top:5px;
padding:1px 7px;
}

.form-control:focus {
box-shadow:none;
border-color:@sharp-contexbar-bg;
}
}
4 changes: 4 additions & 0 deletions resources/assets/sharp.css
Original file line number Diff line number Diff line change
Expand Up @@ -8933,6 +8933,10 @@ form .validation-error {
margin-top: 5px;
padding: 1px 7px;
}
form .form-control:focus {
box-shadow: none;
border-color: #12dbe8;
}
.sharp-field-markdown .mirrormark-toolbar {
margin-bottom: 0;
border: 1px solid #cccccc;
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/sharp.min.css

Large diffs are not rendered by default.

0 comments on commit 627a888

Please sign in to comment.