This commit is contained in:
Andras Bacsai 2023-06-16 10:45:27 +02:00
parent 66dc9f2560
commit 2b8467e6a1
5 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,3 @@
<?php <?php
return '4.0.0-nightly.14'; return '4.0.0-nightly.15';

View File

@ -15,18 +15,12 @@ body {
@apply pl-24 pr-10 mx-auto max-w-screen-xl pt-4; @apply pl-24 pr-10 mx-auto max-w-screen-xl pt-4;
} }
input { input {
@apply input input-sm h-7 outline-none placeholder:text-neutral-700 text-white rounded bg-coolgray-200 w-full; @apply input input-sm h-7 outline-none placeholder:text-neutral-700 text-white rounded bg-coolgray-200 w-full read-only:bg-coolgray-200/50 read-only:text-opacity-25 border-none;
} }
input[type="checkbox"] { input[type="checkbox"] {
@apply toggle toggle-warning toggle-xs rounded; @apply toggle toggle-warning toggle-xs rounded;
} }
input[type="text"],
[type="number"],
[type="email"],
[type="password"] {
@apply read-only:bg-coolgray-200/50 read-only:text-opacity-25 border-none;
}
textarea { textarea {
@apply textarea placeholder:text-neutral-700 text-white rounded scrollbar bg-coolgray-200; @apply textarea placeholder:text-neutral-700 text-white rounded scrollbar bg-coolgray-200;
} }

View File

@ -26,7 +26,7 @@
</div> </div>
</div> </div>
<div x-cloak x-show="!showPrivateKey"> <div x-cloak x-show="!showPrivateKey">
<x-forms.input cannotPeak type="password" rows="10" id="private_key.private_key" required <x-forms.input cannotPeakPassword type="password" rows="10" id="private_key.private_key" required
disabled /> disabled />
</div> </div>
<div x-cloak x-show="showPrivateKey"> <div x-cloak x-show="showPrivateKey">

View File

@ -26,7 +26,7 @@
<div class="text-sm text-red-500">Configuration out of sync. Restart to get the new configs. <div class="text-sm text-red-500">Configuration out of sync. Restart to get the new configs.
</div> </div>
@endif @endif
<div class="container w-full py-4 mx-auto"> <div class="container w-full mx-auto">
<livewire:activity-monitor :header="true" /> <livewire:activity-monitor :header="true" />
</div> </div>
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">

View File

@ -4,7 +4,7 @@
"version": "3.12.31" "version": "3.12.31"
}, },
"v4": { "v4": {
"version": "4.0.0-nightly.14" "version": "4.0.0-nightly.15"
} }
} }
} }