Add Adminer login hint

This commit is contained in:
2026-08-05 22:26:37 +02:00
parent 4777bda0b2
commit 1d6837223b
6 changed files with 43 additions and 1 deletions
+5
View File
@@ -205,6 +205,9 @@
.settings-select { @apply min-w-0 rounded border border-slate-300 bg-white px-1 py-1 text-[11px] text-slate-800; }
.settings-note, .settings-permissions { @apply m-0 text-[10px] leading-tight text-slate-500; }
.settings-permissions { @apply grid gap-0.5; }
.adminer-login-hint { @apply mt-1 grid gap-0.5 rounded border border-slate-300 bg-slate-100 p-1.5 text-[10px] leading-tight text-slate-600; }
.adminer-login-row { @apply flex items-center justify-between gap-2; }
.adminer-login-row strong { @apply truncate text-right font-semibold text-slate-800; }
.connection-ok { @apply text-emerald-700; }
.connection-error { @apply text-red-700; }
.suggested-row { @apply grid grid-cols-[40px_minmax(0,1fr)_auto] items-center gap-2 border-b border-slate-200 px-1 py-1 text-[11px]; }
@@ -340,6 +343,8 @@
html.dark .settings-field { @apply text-slate-100; }
html.dark .settings-group { @apply border-slate-700; }
html.dark .settings-field input { @apply border-slate-600 bg-slate-800 text-slate-100; }
html.dark .adminer-login-hint { @apply border-slate-700 bg-slate-800 text-slate-400; }
html.dark .adminer-login-row strong { @apply text-slate-100; }
html.dark .modal-close,
html.dark .settings-test-button,
html.dark .settings-inline-button,