1
0
Fork 0
forked from forgejo/forgejo

fix repo-new ui, fix top-nav search-bar ui

This commit is contained in:
FuXiaoHei 2014-04-14 20:40:22 +08:00
parent 337eef2ee5
commit 8549b47e04
3 changed files with 12 additions and 1 deletions

View file

@ -109,11 +109,13 @@ html, body {
background-color: #F6F6F6;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
-webkit-transition: width linear .25s;
}
#nav-search-form input[type=search]:focus {
background-color: #FFF;
border-color: #D9D9D9;
width: 320px;
}
/* gogits nav item active status */