1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

Modified the search box

This commit is contained in:
Brian Peacock 2014-05-07 15:00:36 -05:00
parent 4f155f5004
commit 9e062994fe
2 changed files with 13 additions and 5 deletions

@ -54,6 +54,7 @@ h1 {
input, button {
margin: 0;
vertical-align: middle;
border: 1px solid #CCC;
}
input {
@ -62,7 +63,6 @@ h1 {
.border-box;
padding: 0 5px;
font-size: 16px;
border: 1px solid #444;
border-right: 0;
&:focus {
@ -74,7 +74,11 @@ h1 {
height: @height;
width: @height;
margin: 0;
border: 0;
border-left: 0;
background: none;
cursor: pointer;
font-size: 16px;
color: #999;
}
}

File diff suppressed because one or more lines are too long