Remove background from badges in header
This commit is contained in:
parent
88e0580982
commit
580068ed7c
2 changed files with 5 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ For more details see https://wiki.diasporafoundation.org/Updating
|
|||
* Specify Firefox version for Travis-CI [#4623](https://github.com/diaspora/diaspora/pull/4623)
|
||||
* Remove location when publisher is cleared by user
|
||||
* On signup form errors, don't empty previous values by user, fix [#4663](https://github.com/diaspora/diaspora/issues/4663)
|
||||
* Remove background from badges in header [#4692](https://github.com/diaspora/diaspora/issues/4692)
|
||||
|
||||
## Features
|
||||
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@ header
|
|||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
|
||||
font-size: 13px
|
||||
|
||||
#message_inbox_badge, #notification_badge
|
||||
background: none
|
||||
|
||||
|
||||
#notification_badge.active
|
||||
@include border-radius(0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue