Updated Topbar with a select option if urls is passed.

Can use `?name=NAME` to preselect.
This commit is contained in:
Jesse Mandel
2017-06-16 16:35:25 -07:00
parent 4536ebaf3b
commit 2e40f59cad
4 changed files with 87 additions and 22 deletions

View File

@@ -34,8 +34,8 @@
.download-url-wrapper
{
display: flex;
flex: 3;
justify-content: flex-end;
input[type=text]
{
@@ -48,6 +48,15 @@
outline: none;
}
select
{
min-width: 200px;
border: 2px solid #547f00;
outline: none;
box-shadow: none;
}
.download-url-button
{
font-size: 16px;