From 78d750e3e3261ead367bd455a037dd35236794cc Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:33:49 +0800 Subject: [PATCH] add transparency --- styles/ui.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles/ui.css b/styles/ui.css index 7039102..f33ccd1 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -117,6 +117,11 @@ main.container > * { padding-top: .5em; } +.transparent { + background-color: transparent !important; + background: none !important; +} + @media only screen and (max-width: 992px) { ul.sidenav-fixed + * { padding-left: 0; @@ -238,4 +243,12 @@ fieldset > ul li { .input-field { margin-bottom: .25em; +} + +summary { + list-style-type: none; +} + +progress { + width: 100%; } \ No newline at end of file