1
0
Fork 0

flat search box

This commit is contained in:
Kevin Matz 2021-08-26 12:30:17 -04:00
parent c724f414b1
commit 60ac42d024
1 changed files with 12 additions and 0 deletions

View File

@ -14,3 +14,15 @@ div.navpath ul
background-image: inherit;
background-color: #DFE5F1;
}
div#MSearchBox
{
border-radius: inherit;
box-shadow: inherit;
}
input#MSearchField
{
height: inherit;
width: inherit;
}