diff --git a/static/dashboard.js b/static/dashboard.js index 1598a5f..2ec0fac 100644 --- a/static/dashboard.js +++ b/static/dashboard.js @@ -175,15 +175,15 @@ function initDashboard() { const color = isActive ? cfg.color : cfg.dimColor; const border = isActive ? cfg.border : '#333'; html += ``; }); // Fail indicator (not clickable) or hidden spacer for alignment const cfg = statusConfig.fail; - const failBtnStyle = `padding: 2px 6px; font-size: 10px; font-family: monospace; + const failBtnStyle = `padding: 2px 6px; font-family: monospace; background: ${cfg.bg}; border: 1px solid ${cfg.border}; border-radius: 3px; - color: ${cfg.color}; cursor: default; margin-left: 1px; min-width: 26px; box-sizing: border-box;`; + color: ${cfg.color}; cursor: default; margin-left: 1px; box-sizing: border-box;`; if (showFail) { html += ``; } else { @@ -244,7 +244,7 @@ function initDashboard() { // Drop button (only for skipped domains) if (status === 'skip') { html += ``; } @@ -253,7 +253,7 @@ function initDashboard() { // Feeds under this domain (hidden by default, toggled by clicking spacer) if (d.feeds && d.feeds.length > 0) { - html += '