Skip to content

Commit

Permalink
use a more elegant search box
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 1, 2015
1 parent c7337f7 commit abda5c8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions lib/Mojolicious/templates/mojobar.html.ep
Expand Up @@ -37,13 +37,18 @@
}
#mojobar-links a:hover { color: #fff }
#mojobar-links input {
background-color: #3a3a3a;
border: 0;
border-radius: 10px;
border-radius: 3px;
display: inline;
margin-left: 1em;
padding: 3px;
padding: 5px;
transition: all 0.15s;
}
#mojobar-links input:focus {
background-color: #fff;
outline: 0;
}
#mojobar-links input:focus { outline: 0 }
#mojobar-links form { display: inline }
.animated { transition: top 0.2s ease-in-out }
</style>
Expand Down

0 comments on commit abda5c8

Please sign in to comment.