Minor dashboard enhancement for themes white and black

This commit is contained in:
bergware
2017-11-05 11:55:36 +01:00
parent 620b1bd98d
commit 9baf469f27

View File

@@ -123,6 +123,11 @@ $slots = count($disks) + count($devs);
<?if ($slots<30):?>
<style>
table.share_status.fixed td:nth-child(<?=$slots+1?>)~td{visibility:hidden}
<?if ($display['theme']=='white'):?>
table.share_status.fixed td:nth-child(<?=$slots+1?>){border-right:1px solid #E8E8E8}
<?elseif ($display['theme']=='black'):?>
table.share_status.fixed td:nth-child(<?=$slots+1?>){border-right:1px solid #202020}
<?endif;?>
</style>
<?endif;?>
<table class='share_status fixed'>