Skip to content

Commit

Permalink
Increase Material Design font visibility
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stickz committed May 5, 2024
1 parent 2f2d7bd commit a03c752
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions plugins/theme/themes/MaterialDesign/plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
19 changes: 14 additions & 5 deletions plugins/theme/themes/MaterialDesign/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -847,7 +847,7 @@ ul#tabbar li a
{
background:none;
border:none;
color:#606060;
color:#fff;
cursor:pointer;
font-family:inherit;
line-height:24px;
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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; }

0 comments on commit a03c752

Please sign in to comment.