diff --git a/web/docroot/src/components/Modinfo.vue b/web/docroot/src/components/Modinfo.vue index d0ef060..61843c3 100644 --- a/web/docroot/src/components/Modinfo.vue +++ b/web/docroot/src/components/Modinfo.vue @@ -1,6 +1,6 @@ + + diff --git a/web/docroot/src/components/XmlTree.vue b/web/docroot/src/components/XmlTree.vue index aaa4d91..23a11da 100644 --- a/web/docroot/src/components/XmlTree.vue +++ b/web/docroot/src/components/XmlTree.vue @@ -1,114 +1,49 @@ + + - - diff --git a/web/docroot/src/css/index.css b/web/docroot/src/css/index.css index 21fdb4a..e3c12f7 100644 --- a/web/docroot/src/css/index.css +++ b/web/docroot/src/css/index.css @@ -7,11 +7,15 @@ th, td { padding-right: 10px } +.active { + background-color: cyan; +} + .simulink { cursor: pointer; text-underline: blue; } .simulink:hover { - background-color: cyan; + background-color: green; }