style: remove duplicated theme-specific CSS files and consolidate styles into Plugins.css for improved maintainability

This commit is contained in:
Zack Spear
2025-03-31 19:25:19 -07:00
parent dd558976ea
commit 97535ca200
3 changed files with 10 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
span.status.vhshift{margin-top:8px!important}
table#plugin_table{margin-top:-43px!important}

View File

@@ -1,2 +0,0 @@
span.status.vhshift{margin-top:8px!important}
table#plugin_table{margin-top:-43px!important}

View File

@@ -6,3 +6,13 @@
table tbody td {
line-height: normal;
}
.Theme--black,
.Theme--white {
span.status.vhshift {
margin-top: 8px !important;
}
table#plugin_table {
margin-top: -43px !important;
}
}