diff --git a/css/firstrunwizard.css b/css/firstrunwizard.css
index ca85bb99986..fada696b0f5 100644
--- a/css/firstrunwizard.css
+++ b/css/firstrunwizard.css
@@ -19,11 +19,11 @@
width: 16px;
position: relative;
}
+
#firstrunwizard .appsmall-calendar,
#firstrunwizard .appsmall-contacts {
- -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65);
- opacity: .65;
+ opacity: 0.65;
}
#firstrunwizard .button {
@@ -33,10 +33,12 @@
#firstrunwizard p a {
font-weight: bold;
}
-#firstrunwizard p a:hover,
-#firstrunwizard p a:focus {
+
+#firstrunwizard p a:focus,
+#firstrunwizard p a:hover {
color: #444;
}
+
#firstrunwizard .footnote {
margin-top: 40px;
}
@@ -47,6 +49,7 @@
right: 0;
padding: 20px;
}
+
#cboxClose {
display: none;
}
diff --git a/templates/wizard.php b/templates/wizard.php
index 6a60f0d437c..5e0d56b9061 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -16,7 +16,7 @@
alt="t('Desktop client'));?>" />
-