diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 3f660ae2689b619d02e34e7b53a9ac8ad6b2ee57..bcb5fb89ebf98fb4de2f97fbd3d8eae8d0ef9607 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -154,6 +154,9 @@ div.routersummary h3 a {
 div.routersummary h3:hover {
      background: #ffa url('images/header.png') center center repeat-x !important;
      text-shadow: 0 0 0;
+     -moz-box-shadow: inset 0px 0px 2px 1px #ffa;
+     -khtml-box-shadow: inset 0px 0px 2px 1px #ffa;
+     box-shadow: inset 0px 0px 2px 1px #ffa;
 }
 
 div.routersummary h4 {