diff --git a/dist/css/main.css b/dist/css/main.css index b78915e..99dfea3 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -25,7 +25,7 @@ https://coolors.co/palette/54478c-2c699a-048ba8-0db39e-16db93-83e377-b9e769-efea5a-f1c453-f29e4c https://coolors.co/palette/e2e2df-d2d2cf-e2cfc4-f7d9c4-faedcb-c9e4de-c6def1-dbcdf0-f2c6de-f9c6c9 https://coolors.co/palette/54478c-2c699a-048ba8-0db39e-16db93-83e377-b9e769-efea5a-f1c453-f29e4c - https://coolors.co/palette/ffadad-ffd6a5-fdffb6-caffbf-9bf6ff-a0c4ff-bdb2ff-ffc6ff-fffffc + https://coolors.co/palette/ffadad-ffd6a5-fdffb6-caffbf-9bf6ff-a0c4ff-bdb2ff-ffc6ff-e6e6e6 */ --subpal-1-1: #ffadadff; --subpal-1-2: #ffd6a5ff; @@ -35,7 +35,7 @@ --subpal-1-6: #a0c4ffff; --subpal-1-7: #bdb2ffff; --subpal-1-8: #ffc6ffff; - --subpal-1-9: #fffffcff; + --subpal-1-9: #e6e6e6ff; --subpal-1-10: #ffffffff; } diff --git a/dist/index.html b/dist/index.html index fe9292b..25a6ba1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -96,7 +96,7 @@
diff --git a/dist/js/main.js b/dist/js/main.js index 35c5a8a..2b163c8 100644 --- a/dist/js/main.js +++ b/dist/js/main.js @@ -37,8 +37,7 @@ $('#calcbody').on('click', '.row_address, .row_range, .row_usable, .row_hosts, . mutate_subnet_map('color', this.dataset.subnet, '', inflightColor) // We could re-render here, but there is really no point, keep performant and just change the background color now //renderTable(); - //console.log($(this).parent()) - $(this).parent().css('background-color', inflightColor) + $(this).closest('tr').css('background-color', inflightColor) } })