Browse Source

Removing radius from the classic theme search input.

pull/231/head
connors 11 years ago
parent
commit
e69d99752a
  1. 1
      lib/sass/theme-classic.scss

1
lib/sass/theme-classic.scss

@ -181,5 +181,4 @@ $negative-color: #e71e1e;
input[type=search] {
color: #555;
background-color: rgba(0,0,0,.1);
border-radius: 17px;
}

Loading…
Cancel
Save