From 15134af5f37b75ffeaf9462c568faddc0aad136e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 23 Jan 2017 15:00:15 +0100 Subject: [PATCH] Fix #3205 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 9b0dd21e23..a15ae7c691 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -180,7 +180,7 @@ body { width: 155px; cursor: text; background-color: #0082c9; - border: 1px solid rgba(255, 255, 255, 0.5); + border: 1px solid rgba(255, 255, 255, 0.5) !important; } }