From 994c8b1bd5f073145538ecabc42775296e57830c Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 23 Feb 2025 14:42:52 +0100 Subject: [PATCH] Dashboard: update themes azure and gray --- emhttp/plugins/dynamix/sheets/DashStats-azure.css | 2 +- emhttp/plugins/dynamix/sheets/DashStats-gray.css | 2 +- emhttp/plugins/dynamix/styles/default-azure.css | 8 ++++---- emhttp/plugins/dynamix/styles/default-gray.css | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/emhttp/plugins/dynamix/sheets/DashStats-azure.css b/emhttp/plugins/dynamix/sheets/DashStats-azure.css index 58820f203..0061c0090 100644 --- a/emhttp/plugins/dynamix/sheets/DashStats-azure.css +++ b/emhttp/plugins/dynamix/sheets/DashStats-azure.css @@ -1,2 +1,2 @@ div.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(580px,1fr));column-gap:20px} -div.pie::after{background-color:#d7dbdd} +div.pie::after{background-color:#dcdcdc} diff --git a/emhttp/plugins/dynamix/sheets/DashStats-gray.css b/emhttp/plugins/dynamix/sheets/DashStats-gray.css index 18e52266e..b153997f1 100644 --- a/emhttp/plugins/dynamix/sheets/DashStats-gray.css +++ b/emhttp/plugins/dynamix/sheets/DashStats-gray.css @@ -1,2 +1,2 @@ div.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(580px,1fr));column-gap:20px} -div.pie::after{background-color:#212f3d} +div.pie::after{background-color:#3d3c3a} diff --git a/emhttp/plugins/dynamix/styles/default-azure.css b/emhttp/plugins/dynamix/styles/default-azure.css index 8c524e210..8ecfcc7d0 100644 --- a/emhttp/plugins/dynamix/styles/default-azure.css +++ b/emhttp/plugins/dynamix/styles/default-azure.css @@ -146,9 +146,9 @@ table.share_status tr>td:nth-child(1){width:15%} table.share_status tr>td:nth-child(2){width:30%} table.share_status tr>td:nth-child(n+3){width:10%} table.share_status tr>td:nth-child(5){width:15%} -table.dashboard{margin:0;border:none;background-color:#d7dbdd} +table.dashboard{margin:0;border:none;background-color:#dcdcdc} table.dashboard thead.stopgap{border-left:1px solid #e4e2e4;border-right:1px solid #e4e2e4} -table.dashboard tbody{border:1px solid #cacfd2} +table.dashboard tbody{border:1px solid #cecece} table.dashboard tr:first-child>td{height:3.6rem;padding-top:12px;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:top} table.dashboard tr:last-child>td{padding-bottom:20px} table.dashboard tr.last>td{padding-bottom:20px} @@ -163,7 +163,7 @@ table.dashboard td span.info{float:right;margin-right:20px;font-size:1.2rem;font table.dashboard td span.info.title{font-weight:bold} table.dashboard td span.load{display:inline-block;width:38px;text-align:right} table.dashboard td span.finish{float:right;margin-right:24px} -table.dashboard i.control{float:right;font-size:1.4rem!important;margin:0 3px 0 0;cursor:pointer;color:#d7dbdd;background-color:rgba(0,0,0,0.3);padding:2px;border-radius:5px} +table.dashboard i.control{float:right;font-size:1.4rem!important;margin:0 3px 0 0;cursor:pointer;color:#dcdcdc;background-color:rgba(0,0,0,0.3);padding:2px;border-radius:5px} tr.alert{color:#f0000c;background-color:#ff9e9e} tr.warn{color:#e68a00;background-color:#feefb3} tr.past{color:#d63301;background-color:#ffddd1} @@ -189,7 +189,7 @@ span.big{font-size:1.4rem} span.small{font-size:1.1rem} span#dropbox{background:none;line-height:6rem;margin-right:20px} span.outer{margin-bottom:20px;margin-right:0} -span.outer.solid{background-color:#d7dbdd} +span.outer.solid{background-color:#dcdcdc} span.hand{cursor:pointer} span.outer.started>img,span.outer.started>i.img{opacity:1.0} span.outer.stopped>img,span.outer.stopped>i.img{opacity:0.3} diff --git a/emhttp/plugins/dynamix/styles/default-gray.css b/emhttp/plugins/dynamix/styles/default-gray.css index 413e63c91..37aa493f2 100644 --- a/emhttp/plugins/dynamix/styles/default-gray.css +++ b/emhttp/plugins/dynamix/styles/default-gray.css @@ -146,9 +146,9 @@ table.share_status tr>td:nth-child(1){width:15%} table.share_status tr>td:nth-child(2){width:30%} table.share_status tr>td:nth-child(n+3){width:10%} table.share_status tr>td:nth-child(5){width:15%} -table.dashboard{margin:0;border:none;background-color:#212f3d} +table.dashboard{margin:0;border:none;background-color:#3d3c3a} table.dashboard thead.stopgap{border-left:1px solid #1b1d1b;border-right:1px solid #1b1d1b} -table.dashboard tbody{border:1px solid #566573} +table.dashboard tbody{border:1px solid #4d4d4f} table.dashboard tr:first-child>td{height:3.6rem;padding-top:12px;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:top} table.dashboard tr:last-child>td{padding-bottom:20px} table.dashboard tr.last>td{padding-bottom:20px} @@ -163,7 +163,7 @@ table.dashboard td span.info{float:right;margin-right:20px;font-size:1.2rem;font table.dashboard td span.info.title{font-weight:bold} table.dashboard td span.load{display:inline-block;width:38px;text-align:right} table.dashboard td span.finish{float:right;margin-right:24px} -table.dashboard i.control{float:right;font-size:1.4rem!important;margin:0 3px 0 0;cursor:pointer;color:#212f3d;background-color:rgba(255,255,255,0.3);padding:2px;border-radius:5px} +table.dashboard i.control{float:right;font-size:1.4rem!important;margin:0 3px 0 0;cursor:pointer;color:#3d3c3a;background-color:rgba(255,255,255,0.3);padding:2px;border-radius:5px} tr.alert{color:#f0000c;background-color:#ff9e9e} tr.warn{color:#e68a00;background-color:#feefb3} tr.past{color:#d63301;background-color:#ffddd1} @@ -189,7 +189,7 @@ span.big{font-size:1.4rem} span.small{font-size:1.1rem} span#dropbox{background:none;line-height:6rem;margin-right:20px} span.outer{margin-bottom:20px;margin-right:0} -span.outer.solid{background-color:#212f3d} +span.outer.solid{background-color:#3d3c3a} span.hand{cursor:pointer} span.outer.started>img,span.outer.started>i.img{opacity:1.0} span.outer.stopped>img,span.outer.stopped>i.img{opacity:0.3}