diff --git a/www/ServerStatus.js b/www/ServerStatus.js index 530b1b1d..0c105c63 100644 --- a/www/ServerStatus.js +++ b/www/ServerStatus.js @@ -60,7 +60,6 @@ Ext.define('PBS.ServerStatus', { id: 'pkgversions', padding: 5, style: { - 'background-color': 'white', 'white-space': 'pre', 'font-family': 'monospace', }, diff --git a/www/Subscription.js b/www/Subscription.js index e86d1807..f7b68f94 100644 --- a/www/Subscription.js +++ b/www/Subscription.js @@ -42,7 +42,6 @@ Ext.define('PBS.Subscription', { itemId: 'system-report-view', scrollable: true, style: { - 'background-color': 'white', 'white-space': 'pre', 'font-family': 'monospace', padding: '5px',