diff --git a/emhttp/plugins/dynamix/sheets/UserList-black.css b/emhttp/plugins/dynamix/sheets/UserList-black.css deleted file mode 100644 index ef24ece87..000000000 --- a/emhttp/plugins/dynamix/sheets/UserList-black.css +++ /dev/null @@ -1,3 +0,0 @@ -div#title { - margin-top: -30px !important; -} diff --git a/emhttp/plugins/dynamix/sheets/UserList-white.css b/emhttp/plugins/dynamix/sheets/UserList-white.css deleted file mode 100644 index ef24ece87..000000000 --- a/emhttp/plugins/dynamix/sheets/UserList-white.css +++ /dev/null @@ -1,3 +0,0 @@ -div#title { - margin-top: -30px !important; -} diff --git a/emhttp/plugins/dynamix/sheets/UserList.css b/emhttp/plugins/dynamix/sheets/UserList.css index 1a131258b..70479a9a4 100644 --- a/emhttp/plugins/dynamix/sheets/UserList.css +++ b/emhttp/plugins/dynamix/sheets/UserList.css @@ -2,3 +2,10 @@ a.info span { top: 66px; left: 42px; } + +.Theme--black, +.Theme--white { + div#title { + margin-top: -30px !important; + } +}