forked from forgejo/forgejo
fix repo-new ui, fix top-nav search-bar ui
This commit is contained in:
parent
337eef2ee5
commit
8549b47e04
3 changed files with 12 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue