From 6669e9dfa12bfdb2763b92315b34919e53e975e4 Mon Sep 17 00:00:00 2001 From: Mark57449 Date: Fri, 27 Oct 2023 17:58:32 -0300 Subject: [PATCH] feat(css): added the style for item-alert (when the item is invalid for the categories) --- css/ordemparanormal_fvtt.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/ordemparanormal_fvtt.css b/css/ordemparanormal_fvtt.css index e70c162..d2a8687 100644 --- a/css/ordemparanormal_fvtt.css +++ b/css/ordemparanormal_fvtt.css @@ -272,6 +272,16 @@ .ordemparanormal .skills .skill input { max-width: 30px; } +.ordemparanormal .invalid { + position: relative; +} +.ordemparanormal .item-alert { + position: relative; + border-radius: 5px; + padding: 8px; + margin: 10px 5px; + background-color: aliceblue; +} .ordemparanormal .resource-label { font-weight: bold; }