css fix
This commit is contained in:
parent
66dc9f2560
commit
2b8467e6a1
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return '4.0.0-nightly.14';
|
||||
return '4.0.0-nightly.15';
|
||||
|
@ -15,18 +15,12 @@ body {
|
||||
@apply pl-24 pr-10 mx-auto max-w-screen-xl pt-4;
|
||||
}
|
||||
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"] {
|
||||
@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 {
|
||||
@apply textarea placeholder:text-neutral-700 text-white rounded scrollbar bg-coolgray-200;
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<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 />
|
||||
</div>
|
||||
<div x-cloak x-show="showPrivateKey">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="text-sm text-red-500">Configuration out of sync. Restart to get the new configs.
|
||||
</div>
|
||||
@endif
|
||||
<div class="container w-full py-4 mx-auto">
|
||||
<div class="container w-full mx-auto">
|
||||
<livewire:activity-monitor :header="true" />
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
|
@ -4,7 +4,7 @@
|
||||
"version": "3.12.31"
|
||||
},
|
||||
"v4": {
|
||||
"version": "4.0.0-nightly.14"
|
||||
"version": "4.0.0-nightly.15"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user