From 2a1fcb1eb35b10a38543dfba5d89197895f11639 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Wed, 2 Jul 2014 15:26:38 +0200
Subject: [PATCH] reduce transparency of controls bar for less distraction

---
 core/css/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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