Updated Topbar with a select option if urls is passed.
Can use `?name=NAME` to preselect.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user