From f4206f1412fadf53f8f112a934e35f0bd7501bf8 Mon Sep 17 00:00:00 2001 From: William Bargent Date: Sat, 11 Jun 2016 08:15:56 +0100 Subject: [PATCH 1/2] Sets notification background to white --- core/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 05ee9dbb7e..b048e6ce46 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -655,7 +655,7 @@ td.avatar { margin: 0 auto; max-width: 60%; z-index: 8000; - background-color: #fc4; + background-color: #fff; border: 0; padding: 1px 8px; display: none; @@ -684,6 +684,7 @@ td.avatar { position: absolute; right: 0; top: 0; + margin-top: 2px; } #notification .row.closeable { padding-right: 20px;