From a03c75202768dd21cbbc160a419252e6de5432e8 Mon Sep 17 00:00:00 2001 From: stickz Date: Sun, 5 May 2024 07:38:32 -0400 Subject: [PATCH] Increase Material Design font visibility Closes #2655 Several menu, header and graph fonts are changed to white to increase visibility. Font weights are increased where required to avoid thin lines. --- .../theme/themes/MaterialDesign/plugins.css | 1 + plugins/theme/themes/MaterialDesign/style.css | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/plugins/theme/themes/MaterialDesign/plugins.css b/plugins/theme/themes/MaterialDesign/plugins.css index 7f47f2a18..3c288ade3 100644 --- a/plugins/theme/themes/MaterialDesign/plugins.css +++ b/plugins/theme/themes/MaterialDesign/plugins.css @@ -128,3 +128,4 @@ div#logoffDlg div.dlg-header { background-image: url(./images/logoff2.png); } .noty_alert, .noty_success { color: #000000; text-shadow: 0 -1px 0 #ffffff } +#port-ip-text { color: #FFF; } diff --git a/plugins/theme/themes/MaterialDesign/style.css b/plugins/theme/themes/MaterialDesign/style.css index af854a0f7..e01fc4784 100644 --- a/plugins/theme/themes/MaterialDesign/style.css +++ b/plugins/theme/themes/MaterialDesign/style.css @@ -635,8 +635,8 @@ div#stg .lm .lm li a { font-size:1em; - font-weight:400; - color:#555B62; + font-weight:300; + color:#FFF; transition:all .5s } @@ -847,7 +847,7 @@ ul#tabbar li a { background:none; border:none; - color:#606060; + color:#fff; cursor:pointer; font-family:inherit; line-height:24px; @@ -1134,7 +1134,9 @@ div#lcont div.std background:#181818 url(./images/headers.png) repeat-x 0 -37px; min-height:17px; line-height:17px; - border-bottom:1px solid #333 + border-bottom:1px solid #333; + font-weight:300; + color:#fff; } div#lcont div.std:nth-child(2n+1) @@ -1209,7 +1211,9 @@ span.det .stable-head table tr td { border-right:1px solid #242424!important; - font-family:Roboto!important + font-family:Roboto!important; + font-weight:800; + color:#fff; } .Icon_Dir @@ -1263,3 +1267,8 @@ span.det { background:transparent url(./images/archive.zip) no-repeat scroll left center!important } + +.sthdr { color: #FFF; } +.stval { color: #FFF; } +.tickLabel { color: #FFF; } +.fxcaret legend { color: #FFF; }