From af0b3cc2ffcd1d542ccb2028da5c1f5834adc4ce Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Sun, 10 Oct 2021 00:07:42 -0500 Subject: [PATCH] Actually style the errors --- thrimbletrimmer/beta/styles/thrimbletrimmer.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/thrimbletrimmer/beta/styles/thrimbletrimmer.css b/thrimbletrimmer/beta/styles/thrimbletrimmer.css index d1938a8..07f62ff 100644 --- a/thrimbletrimmer/beta/styles/thrimbletrimmer.css +++ b/thrimbletrimmer/beta/styles/thrimbletrimmer.css @@ -4,6 +4,16 @@ flex-direction: column; } +#errors > div { + border-bottom: 1px solid #b00; + background: #fee; + padding: 4px; +} + +.error-dismiss { + float: right; +} + #stream-time-settings { display: flex; align-items: flex-end;