Skip to content

Commit

Permalink
Albums: Fix styles for form fields in the share dialog
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed Dec 16, 2022
1 parent 87bef22 commit 7c671e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions frontend/src/dialog/share.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
<v-flex xs12 class="pa-2">
<v-text-field
:value="link.url()"
hide-details box flat readonly
:label="$gettext('URL')"
autocorrect="off"
autocapitalize="none"
browser-autocomplete="off"
hide-details box flat
readonly
color="secondary-dark"
class="input-url"
@click.stop="selectText($event)">
Expand All @@ -49,9 +48,9 @@
<v-flex xs12 sm6 class="pa-2">
<v-select
v-model="link.Expires"
hide-details box flat
:label="expires(link)"
browser-autocomplete="off"
hide-details box flat
color="secondary-dark"
item-text="text"
item-value="value"
Expand All @@ -62,11 +61,11 @@
</v-flex>
<v-flex xs12 sm6 class="pa-2">
<v-text-field
v-model="link.Token" hide-details
required
v-model="link.Token"
hide-details box flat required
browser-autocomplete="off"
autocorrect="off"
autocapitalize="none"
browser-autocomplete="off"
:label="$gettext('Secret')"
:placeholder="$gettext('Token')"
color="secondary-dark"
Expand Down

0 comments on commit 7c671e0

Please sign in to comment.