mirror of
https://github.com/immich-app/immich.git
synced 2025-04-21 15:36:26 +02:00
This commit is contained in:
parent
d20e2e268a
commit
5503bf7a60
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ input:focus-visible {
|
|||
|
||||
@layer utilities {
|
||||
.immich-form-input {
|
||||
@apply rounded-xl bg-slate-200 px-3 py-3 text-sm focus:border-immich-primary disabled:cursor-not-allowed disabled:bg-gray-400 disabled:text-gray-200 dark:bg-gray-600 dark:text-immich-dark-fg dark:disabled:bg-gray-800;
|
||||
@apply rounded-xl bg-slate-200 px-3 py-3 text-sm focus:border-immich-primary disabled:cursor-not-allowed disabled:bg-gray-400 disabled:text-gray-400 dark:bg-gray-600 dark:text-immich-dark-fg dark:disabled:bg-gray-800 dark:disabled:text-gray-200;
|
||||
}
|
||||
|
||||
.immich-form-label {
|
||||
|
|
Loading…
Add table
Reference in a new issue