diff --git a/serveradmin/servershell/static/css/servershell.css b/serveradmin/servershell/static/css/servershell.css index 2fdcf3a1..e3b2d984 100644 --- a/serveradmin/servershell/static/css/servershell.css +++ b/serveradmin/servershell/static/css/servershell.css @@ -19,6 +19,15 @@ table tr:nth-child(odd) .disabled { white-space: nowrap; } +.attr-headericons { + opacity: 0; + transition: opacity 0.2s; +} + +th:hover .attr-headericons { + opacity: 1; +} + .results-info:last-of-type { margin-bottom: 1rem; } diff --git a/serveradmin/servershell/static/js/servershell/result.js b/serveradmin/servershell/static/js/servershell/result.js index 1eee1f23..a403e0be 100644 --- a/serveradmin/servershell/static/js/servershell/result.js +++ b/serveradmin/servershell/static/js/servershell/result.js @@ -18,13 +18,13 @@ servershell.update_result = function() { servershell.shown_attributes.forEach((attribute, index) => header.append( $('