|
@@ -56,6 +56,14 @@ input:focus-visible {
|
|
|
outline: none !important;
|
|
|
}
|
|
|
|
|
|
+.text-white-shadow {
|
|
|
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
|
|
|
+}
|
|
|
+
|
|
|
+.icon-white-drop-shadow {
|
|
|
+ filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
|
|
|
+}
|
|
|
+
|
|
|
@layer utilities {
|
|
|
.immich-form-input {
|
|
|
@apply rounded-xl bg-slate-200 p-4 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;
|