diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index 43377173cb5e11d6605f92b035f529b03db97e12..9565be2505e5113c8da336c69e294155200bc149 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -165,12 +165,13 @@ hr {
 .control:hover {
      border: 1px solid #eeeeff;
      background-color: #003;
-     color: #ff6600;
-     background: none;
+     color: #ff6600 !important;
 }
 
 .control:active {
      border: 2px inset;
+     background-color: #f60;
+     color: #fff !important;
 }
 
 .control:visited {
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index 3a40147b5897c135e8dfc21780a4ddd2d6426966..e3d28a5803f8cc27b6d88afe8af5e6ef02d4af71 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -152,6 +152,7 @@ hr {
      -khtml-border-radius: 4px;
      border-radius: 4px;
      margin-top: 8px;
+     background: url(images/tabletitlelight.png) 0 0 repeat: x !important;
 }
 
 .control:hover {
@@ -162,6 +163,8 @@ hr {
 
 .control:active {
      border: 2px inset;
+     background-color: #f60;
+     color: #fff !important;
 }
 
 .panel {