🐛 Fixed opaque select element, curved modals, better disabled color scheme
This commit is contained in:
@@ -24,14 +24,7 @@
|
||||
v-model="requestData.name"
|
||||
v-bind:placeholder="defaultRequestName"
|
||||
@keyup.enter="saveRequestAs"
|
||||
list="preCollectionLabels"
|
||||
/>
|
||||
<datalist id="preCollectionLabels">
|
||||
<option value="Login"></option>
|
||||
<option value="Logout"></option>
|
||||
<option value="Bug"></option>
|
||||
<option value="Users"></option>
|
||||
</datalist>
|
||||
<label for="selectCollection">Collection</label>
|
||||
<select
|
||||
type="text"
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
padding: 16px;
|
||||
transition: all 0.2s ease;
|
||||
background-color: var(--bg-color);
|
||||
border-radius: 8px;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user