From 1bc3a26042b0b65a7e90a0b40860db97fc728cb4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 23 Jan 2017 12:50:30 -0600 Subject: [PATCH] Fix white flashing of search background Signed-off-by: Morris Jobke --- 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 a15ae7c691e..d1e3a9f7be3 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -179,7 +179,7 @@ body { color: #fff; width: 155px; cursor: text; - background-color: #0082c9; + background-color: #0082c9 !important; border: 1px solid rgba(255, 255, 255, 0.5) !important; } } -- 2.39.5