mirror of
https://github.com/flarum/core.git
synced 2025-07-17 14:51:19 +02:00
Use box-shadow instead of border for notifications badge
fixes #1481 closes #1500
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
.NotificationsDropdown-unread {
|
.NotificationsDropdown-unread {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1px;
|
top: 2px;
|
||||||
left: 17px;
|
left: 18px;
|
||||||
background: @header-control-color;
|
background: @header-control-color;
|
||||||
color: @header-bg;
|
color: @header-bg;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@@ -38,9 +38,9 @@
|
|||||||
padding: 2px 4px 3px;
|
padding: 2px 4px 3px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid @header-bg;
|
.box-shadow(0 0 0 1px @header-bg);
|
||||||
min-width: 18px;
|
min-width: 16px;
|
||||||
height: 18px;
|
height: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@media @phone {
|
@media @phone {
|
||||||
|
Reference in New Issue
Block a user