diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 48f2776cf..2fd5e2945 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -92,7 +92,7 @@ div.routersummaryouter { div.routersummary { /* margin: 0px 20px 20px 0px; */ width: 180px; - padding: 6px 8px 10px 8px; + padding: 10px 8px 10px 8px; text-align: center !important; border: 1px solid #447; background: #ccddf6); @@ -208,7 +208,13 @@ div.tunnels td:last-child { } div.routersummary img:first-child { - margin-bottom: -5px !important; + margin-bottom: 0px !important; + opacity: 0.8; +} + +div.routersummary img:hover:first-child { + margin-bottom: 0px !important; + opacity: 1; } div.tunnels {