op-packages/luci-theme-aurora/.dev/src/media/components/_textarea.css
github-actions[bot] 6a3fdbbd43 🎈 Sync 2026-05-25 08:43:38
2026-05-25 08:43:38 +08:00

7 lines
336 B
CSS

textarea {
@apply text-foreground border-border/70 bg-page-bg placeholder-muted-foreground/70 focus:border-primary focus:ring-primary/20 min-h-24 w-full resize-y rounded-2xl border px-3 py-2 text-sm font-normal shadow-sm focus:ring-2 focus:outline-none;
&[disabled] {
@apply cursor-not-allowed opacity-40 dark:opacity-30;
}
}