I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0bd3df6d authored by idk's avatar idk
Browse files

Make the new dropdown_hover.png look consistent on i2ptunnel, re-run javascript prettifier

parent 0656abd1
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@ var hideableTables = document.querySelectorAll("table.tunnelConfig th");
hideableTables.forEach(function(configTable) {
configTable.onclick = function() {
function lookupTableRow() {
for (var i = 0, row; (row = configTable.offsetParent.rows[i]); i++) {
for (
var i = 0, row;
(row = configTable.offsetParent.rows[i]);
i++
) {
if (configTable.parentNode == row) {
return i;
}
......@@ -29,7 +33,9 @@ hideableTables.forEach(function(configTable) {
) {
row.style.visibility = "collapse";
collapseme = true;
configTable.classList.remove("tunnelConfigExpanded");
configTable.classList.remove(
"tunnelConfigExpanded"
);
}
}
} else {
......
installer/resources/themes/console/light/images/dropdown_hover.png

167 B | W: | H:

installer/resources/themes/console/light/images/dropdown_hover.png

336 B | W: | H:

installer/resources/themes/console/light/images/dropdown_hover.png
installer/resources/themes/console/light/images/dropdown_hover.png
installer/resources/themes/console/light/images/dropdown_hover.png
installer/resources/themes/console/light/images/dropdown_hover.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment