From 2ba890c239b4974ad4a85a1679e804db584dfe77 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 3 Dec 2015 15:02:29 +1030 Subject: [PATCH] Fix notifications icon/badge color for dark header --- less/forum/NotificationsDropdown.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/less/forum/NotificationsDropdown.less b/less/forum/NotificationsDropdown.less index 2aa9abddc..1a45b9a88 100644 --- a/less/forum/NotificationsDropdown.less +++ b/less/forum/NotificationsDropdown.less @@ -24,6 +24,11 @@ } } +.NotificationsDropdown .Dropdown-toggle .Button-icon { + & when (@config-colored-header = true) { + color: mix(@header-bg, @header-color); + } +} .NotificationsDropdown .Dropdown-toggle.new .Button-icon { color: @header-color; } @@ -44,6 +49,10 @@ height: 18px; text-align: center; + & when (@config-colored-header = true) { + background: mix(@header-bg, @header-color); + } + @media @phone { left: 20px; }