diff --git a/emhttp/plugins/dynamix/sheets/ShareEdit-black.css b/emhttp/plugins/dynamix/sheets/ShareEdit-black.css deleted file mode 100644 index a62651500..000000000 --- a/emhttp/plugins/dynamix/sheets/ShareEdit-black.css +++ /dev/null @@ -1,3 +0,0 @@ -form[name="share_edit"] { - margin-top: -20px; -} diff --git a/emhttp/plugins/dynamix/sheets/ShareEdit-white.css b/emhttp/plugins/dynamix/sheets/ShareEdit-white.css deleted file mode 100644 index a62651500..000000000 --- a/emhttp/plugins/dynamix/sheets/ShareEdit-white.css +++ /dev/null @@ -1,3 +0,0 @@ -form[name="share_edit"] { - margin-top: -20px; -} diff --git a/emhttp/plugins/dynamix/sheets/ShareEdit.css b/emhttp/plugins/dynamix/sheets/ShareEdit.css index 29ad6092a..3b16f47ce 100644 --- a/emhttp/plugins/dynamix/sheets/ShareEdit.css +++ b/emhttp/plugins/dynamix/sheets/ShareEdit.css @@ -32,3 +32,10 @@ div.shade-gray { i.fa-info.i { margin-right: 10px; } + +.Theme--black, +.Theme--white { + form[name="share_edit"] { + margin-top: -20px; + } +}