mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 14:14:03 +08:00
Fix notifications icon/badge color for dark header
This commit is contained in:
parent
55e80f135d
commit
2ba890c239
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user