diff --git a/core/css/styles.css b/core/css/styles.css
index 66af01ae3c57fb0dfa69348d36901d1aecd5b021..60025bf2922b09c136fd61796f512a2e86877ea4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -250,8 +250,8 @@ input[type="submit"].enabled {
 	width: 100%;
 	padding: 0;
 	margin: 0;
-	background-color: rgba(235, 235, 235, .85);
-	border-bottom: 1px solid #e7e7e7;
+	background-color: rgba(255, 255, 255, .85);
+	border-bottom: 1px solid #f8f8f8;
 	z-index: 50;
 	-webkit-user-select: none;
 	-moz-user-select: none;