From 3fac76880ffed8938020cfadfad6602b64535dc6 Mon Sep 17 00:00:00 2001 From: Medieve Date: Mon, 14 Sep 2020 15:10:09 -0600 Subject: [PATCH] Update invisiblesun.css (#7364) Fixing broken CSS for the fourth and fifth buttons --- Invisible Sun/invisiblesun.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Invisible Sun/invisiblesun.css b/Invisible Sun/invisiblesun.css index 2cc7766a40..8504c93634 100644 --- a/Invisible Sun/invisiblesun.css +++ b/Invisible Sun/invisiblesun.css @@ -214,7 +214,7 @@ button[type='roll'].sheet-venture-enhance5 { background: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Invisible%20Sun/images/enhancement-5.png); } -button[type='roll'].sheet-venture-enhance1, button[type='roll'].sheet-venture-enhance2, button[type='roll'].sheet-venture-enhance3 { +button[type='roll'].sheet-venture-enhance1, button[type='roll'].sheet-venture-enhance2, button[type='roll'].sheet-venture-enhance3, button[type='roll'].sheet-venture-enhance4, button[type='roll'].sheet-venture-enhance5 { background-size: contain; border: none; height: 40px;