Skip to content

Commit

Permalink
Fix color of "OtherNuc" header in reference line display, for dark mode.
Browse files Browse the repository at this point in the history
(cherry picked from commit efcb005)
  • Loading branch information
wcjohns committed Jul 28, 2023
1 parent f00901c commit c4ee300
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions InterSpec_resources/themes/dark/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ a:hover, .InfoLink:hover {
color: rgb(99, 161, 236);
}

.InfoLink, .InfoLink:hover {
border: none;
}

.Wt-icon, .InvertInDark {
filter: invert(100%);
}
Expand Down Expand Up @@ -165,7 +169,7 @@ ul.Wt-tv-root > li:nth-child(odd) {
color: rgb(197,198,201);
}

.Wt-itemview .Wt-headerdiv, .Wt-itemview .Wt-headerdiv .Wt-tv-rowc, .Wt-itemview th, .DevPairTitle, .CalDisplay .CalType, .DetHdr {
.Wt-itemview .Wt-headerdiv, .Wt-itemview .Wt-headerdiv .Wt-tv-rowc, .Wt-itemview th, .DevPairTitle, .CalDisplay .CalType, .DetHdr, .ReferencePhotopeakDisplay .OtherNucs .OtherNucTypeHeader {
background-color: rgb( 80, 81, 94 );
}

Expand Down Expand Up @@ -212,7 +216,7 @@ ul.HeavyNavMenu > li.item:hover {
border-color: rgb(136, 136, 136);
}

.DevPairTitle, .DevPairEnergyHeader, .DevPairOffsetHeader {
.DevPairTitle, .DevPairEnergyHeader, .DevPairOffsetHeader, .ReferencePhotopeakDisplay .OtherNucs .OtherNucTypeHeader {
color: rgb(197,198,201);
}

Expand Down

0 comments on commit c4ee300

Please sign in to comment.