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