diff --git a/InteractiveHtmlBom/web/ibom.css b/InteractiveHtmlBom/web/ibom.css index 760d98f0..658afe11 100644 --- a/InteractiveHtmlBom/web/ibom.css +++ b/InteractiveHtmlBom/web/ibom.css @@ -227,6 +227,14 @@ canvas:active { background-color: #313b40; } +.bom tr.checked { + color: #aaa; +} + +.dark .bom tr.checked { + color: #666; +} + .bom tr { transition: background-color 0.2s; } @@ -567,6 +575,10 @@ mark.highlight { color: #eee; } +.radio-container { + margin: 4px; +} + .topmostdiv { width: 100%; height: 100%; diff --git a/InteractiveHtmlBom/web/ibom.html b/InteractiveHtmlBom/web/ibom.html index e0adc402..5e9c76b9 100644 --- a/InteractiveHtmlBom/web/ibom.html +++ b/InteractiveHtmlBom/web/ibom.html @@ -111,6 +111,10 @@ +