Skip to content

Commit

Permalink
the search box should have a border
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 1, 2015
1 parent abda5c8 commit a0d3e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.76 2015-02-01
5.76 2015-02-02
- Increased default max_message_size from 10MB to 16MB in Mojo::Message.
- Reduced default max_line_size from 10KB to 8KB in Mojo::Headers and
Mojo::Message.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/templates/mojobar.html.ep
Expand Up @@ -38,11 +38,11 @@
#mojobar-links a:hover { color: #fff }
#mojobar-links input {
background-color: #3a3a3a;
border: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
display: inline;
margin-left: 1em;
padding: 5px;
padding: 4px;
transition: all 0.15s;
}
#mojobar-links input:focus {
Expand Down

0 comments on commit a0d3e0d

Please sign in to comment.