mirror of
https://github.com/unraid/webgui.git
synced 2026-01-29 04:59:17 -06:00
style: remove duplicated theme-specific CSS files and consolidate styles into Plugins.css for improved maintainability
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
span.status.vhshift{margin-top:8px!important}
|
||||
table#plugin_table{margin-top:-43px!important}
|
||||
@@ -1,2 +0,0 @@
|
||||
span.status.vhshift{margin-top:8px!important}
|
||||
table#plugin_table{margin-top:-43px!important}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user