diff --git a/emhttp/plugins/dynamix/styles/default-base.css b/emhttp/plugins/dynamix/styles/default-base.css index f9d1b3773..945dd0510 100644 --- a/emhttp/plugins/dynamix/styles/default-base.css +++ b/emhttp/plugins/dynamix/styles/default-base.css @@ -2157,14 +2157,14 @@ span#wlan0 { display: block; clear: both; } - div.vmtemplate:hover { - background-color: var(--opac-background-color); - } div.vmtemplate { height: 12rem; width: 12rem; border: 1px solid var(--table-alt-border-color); } + div.vmtemplate:hover { + background-color: var(--opac-background-color); + } div.vmtemplate img { margin-top: 20px; } diff --git a/emhttp/plugins/dynamix/styles/themes/azure.css b/emhttp/plugins/dynamix/styles/themes/azure.css index 76becf6aa..aa356bf33 100644 --- a/emhttp/plugins/dynamix/styles/themes/azure.css +++ b/emhttp/plugins/dynamix/styles/themes/azure.css @@ -24,7 +24,7 @@ --background-color: var(--gray-150); /* Originally #e4e2e4 */ --alt-background-color: var(--gray-700); /* Originally #383a34 */ - --opac-background-color: var(--gray-895); + --opac-background-color: var(--white-opacity-80); --mild-background-color: var(--theme-azure--gray-150); --usage-bar-background-color: var(--theme-azure--cyan-400); --usage-disk-background-color: var(--theme-azure--gray-150);