From 5fe32e4cc416fc454fc8a5f198bb123508c23446 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 31 May 2024 15:40:55 -0700 Subject: [PATCH] refactor: NetworkRules page css clean up duplicates --- emhttp/plugins/dynamix/sheets/NetworkRules-black.css | 3 --- emhttp/plugins/dynamix/sheets/NetworkRules-white.css | 3 --- emhttp/plugins/dynamix/sheets/NetworkRules.css | 7 +++++++ 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 emhttp/plugins/dynamix/sheets/NetworkRules-black.css delete mode 100644 emhttp/plugins/dynamix/sheets/NetworkRules-white.css diff --git a/emhttp/plugins/dynamix/sheets/NetworkRules-black.css b/emhttp/plugins/dynamix/sheets/NetworkRules-black.css deleted file mode 100644 index 80097a0b5..000000000 --- a/emhttp/plugins/dynamix/sheets/NetworkRules-black.css +++ /dev/null @@ -1,3 +0,0 @@ -span.status.vhshift { - margin-right: -10px !important; -} diff --git a/emhttp/plugins/dynamix/sheets/NetworkRules-white.css b/emhttp/plugins/dynamix/sheets/NetworkRules-white.css deleted file mode 100644 index 80097a0b5..000000000 --- a/emhttp/plugins/dynamix/sheets/NetworkRules-white.css +++ /dev/null @@ -1,3 +0,0 @@ -span.status.vhshift { - margin-right: -10px !important; -} diff --git a/emhttp/plugins/dynamix/sheets/NetworkRules.css b/emhttp/plugins/dynamix/sheets/NetworkRules.css index f47340d0a..c62567e4f 100644 --- a/emhttp/plugins/dynamix/sheets/NetworkRules.css +++ b/emhttp/plugins/dynamix/sheets/NetworkRules.css @@ -1,3 +1,10 @@ span[id^="info-"] { margin-left: 20px; } + +.Theme--black, +.Theme--white { + span.status.vhshift { + margin-right: -10px !important; + } +}