Commit 1beb84161c80eec8c5df2ca3888409143f25a8e0

Authored by gitlabhq
1 parent fb01f458

search field style

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
app/assets/stylesheets/projects.css.scss
@@ -688,8 +688,11 @@ tbody tr:nth-child(2n) td, tbody tr.even td { @@ -688,8 +688,11 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
688 input { 688 input {
689 border:1px solid #D3D3D3; 689 border:1px solid #D3D3D3;
690 padding: 3px; 690 padding: 3px;
691 - height: 20px; 691 + height: 28px;
692 width: 300px; 692 width: 300px;
  693 + -webkit-appearance:none;
  694 + box-sizing: border-box;
  695 + -moz-box-sizing: border-box;
693 696
694 &:focus { 697 &:focus {
695 border-color:#c2e1ef; 698 border-color:#c2e1ef;