From 4f4a151e72bca2da76b5ebd79c1989b07fa88bfc Mon Sep 17 00:00:00 2001 From: Lapo Luchini Date: Sun, 26 Feb 2023 11:27:59 +0000 Subject: [PATCH] Recover minimal support for IE11. (I don't require for it to be perfect there, just barely usable) --- index-dark.css | 2 ++ index.css | 2 ++ index.html | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index-dark.css b/index-dark.css index dfb94e8..5624887 100644 --- a/index-dark.css +++ b/index-dark.css @@ -108,6 +108,7 @@ header { position: absolute; bottom: 0em; /*white-space: pre;*/ + background-color: #4b4a4a; /*minimal support for IE11*/ background-color: var(--license-bg-color); border: solid 1px var(--license-border-color); padding: 2px; @@ -151,6 +152,7 @@ header { z-index: 2; top: 1.2em; left: 0; + background-color: #303030; /*minimal support for IE11*/ background-color: var(--button-bg-color); border: solid 1px var(--button-border-color); padding: 2px; diff --git a/index.css b/index.css index 64b6724..1a4253c 100644 --- a/index.css +++ b/index.css @@ -105,6 +105,7 @@ header { position: absolute; bottom: 0em; /*white-space: pre;*/ + background-color: #D0D0D0; /*minimal support for IE11*/ background-color: var(--license-bg-color); border: solid 1px var(--license-border-color); padding: 2px; @@ -148,6 +149,7 @@ header { z-index: 2; top: 1.2em; left: 0; + background-color: #efefef; /*minimal support for IE11*/ background-color: var(--button-bg-color); border: solid 1px var(--button-border-color); padding: 2px; diff --git a/index.html b/index.html index 025686b..896c5ba 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,7 @@

On the left of the page will be printed a tree representing the hierarchical structure, on the right side an hex dump will be shown.
Hovering on the tree highlights ancestry (the hovered node and all its ancestors get colored) and the position of the hovered node gets highlighted in the hex dump (with header and content in a different colors).
Clicking a node in the tree will hide its sub-nodes (collapsed nodes can be noticed because they will become italic).

+

WARNING: from 2023-02-26 this website is using some ES6 features, which can break it for older browsers (though it is still working on IE11). You can access previous versions from the links on githack CDN.

Copyright