mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
chore: tailwind v4 migration
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
<input
|
||||
bind:value={name}
|
||||
type="text"
|
||||
class="my-0.5 w-full text-sm outline-none bg-transparent"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
|
||||
autocomplete="name"
|
||||
placeholder={$i18n.t('Enter Your Full Name')}
|
||||
required
|
||||
@@ -227,7 +227,7 @@
|
||||
<input
|
||||
bind:value={ldapUsername}
|
||||
type="text"
|
||||
class="my-0.5 w-full text-sm outline-none bg-transparent"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
|
||||
autocomplete="username"
|
||||
name="username"
|
||||
placeholder={$i18n.t('Enter Your Username')}
|
||||
@@ -240,7 +240,7 @@
|
||||
<input
|
||||
bind:value={email}
|
||||
type="email"
|
||||
class="my-0.5 w-full text-sm outline-none bg-transparent"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
|
||||
autocomplete="email"
|
||||
name="email"
|
||||
placeholder={$i18n.t('Enter Your Email')}
|
||||
@@ -255,7 +255,7 @@
|
||||
<input
|
||||
bind:value={password}
|
||||
type="password"
|
||||
class="my-0.5 w-full text-sm outline-none bg-transparent"
|
||||
class="my-0.5 w-full text-sm outline-hidden bg-transparent"
|
||||
placeholder={$i18n.t('Enter Your Password')}
|
||||
autocomplete="current-password"
|
||||
name="current-password"
|
||||
|
||||
Reference in New Issue
Block a user