From 4c57e8edc052049ec773777127e3515777b6b274 Mon Sep 17 00:00:00 2001 From: Sparkasaurusmex <66787760+Sparkasaurusmex@users.noreply.github.com> Date: Sat, 5 Sep 2020 14:47:03 -0500 Subject: [PATCH] Update HorrorUI.css --- HorrorUI.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/HorrorUI.css b/HorrorUI.css index 8da1607..917fbf0 100644 --- a/HorrorUI.css +++ b/HorrorUI.css @@ -12,7 +12,7 @@ a:hover { position: fixed; right: 5px; top: 5px; - width: 350px !important; + width: 350px; height: 99vh; overflow: hidden; margin: 0; @@ -432,3 +432,26 @@ img.effect-control:hover { #calendar-btn-halfMin:hover{ color:white !important; } +/* dark mode */ + +.dark-mode .dialog .dialog-buttons button { + background-image: url(/modules/HorrorUI/ui/img/dialogbuttonDark.png); + background-size: cover; +} +.dark-mode .message{ + background-image: url("/modules/HorrorUI/ui/img/BG2.webp") !important; +} +.dark-mode #chat-message{ + background-image: url(/modules/HorrorUI/ui/img/ravenchatDark.webp) !important; +} + +.dark-mode .polyglot-lang-select select { + background: url(/modules/HorrorUI/ui/img/BG2.webp) repeat !important; +} +.dark-mode .dnd5e.sheet.actor ul.attributes li.attribute .attribute-footer { + + font-size: 11px; +} +#chat-controls { + margin: -17px 6px; +}