mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Fix notifications icon/badge color for dark header
This commit is contained in:
@@ -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 {
|
.NotificationsDropdown .Dropdown-toggle.new .Button-icon {
|
||||||
color: @header-color;
|
color: @header-color;
|
||||||
}
|
}
|
||||||
@@ -44,6 +49,10 @@
|
|||||||
height: 18px;
|
height: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
& when (@config-colored-header = true) {
|
||||||
|
background: mix(@header-bg, @header-color);
|
||||||
|
}
|
||||||
|
|
||||||
@media @phone {
|
@media @phone {
|
||||||
left: 20px;
|
left: 20px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user