fix
This commit is contained in:
parent
f343c658fc
commit
821838166a
2 changed files with 6 additions and 1 deletions
5
files/static/dist/main.css
vendored
5
files/static/dist/main.css
vendored
|
@ -2589,6 +2589,11 @@ video {
|
|||
--tw-ring-opacity: 1;
|
||||
--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity));
|
||||
--tw-ring-opacity: 0.5;
|
||||
}
|
||||
.dark .form-input {
|
||||
--tw-border-opacity: 1;
|
||||
border-color: rgba(var(--color-900), var(--tw-border-opacity));
|
||||
background-color: rgba(255, 255, 255, 03);
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
|
||||
/* ----------------------- INPUTS ----------------------- */
|
||||
.form-input {
|
||||
@apply text-lg sm:text-base appearance-none block w-full rounded shadow-inner p-2 bg-white border border-gray-300 hover:border-gray-400 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50
|
||||
@apply text-lg sm:text-base appearance-none block w-full rounded shadow-inner p-2 bg-white dark:bg-white/[03] border border-gray-300 hover:border-gray-400 dark:border-gray-900 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50;
|
||||
}
|
||||
|
||||
/* ---------------------- BUTTONS ----------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue