Remove background from badges in header

This commit is contained in:
Steffen van Bergerem 2014-01-14 14:55:31 +01:00
parent 88e0580982
commit 580068ed7c
2 changed files with 5 additions and 0 deletions

View file

@ -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) * Specify Firefox version for Travis-CI [#4623](https://github.com/diaspora/diaspora/pull/4623)
* Remove location when publisher is cleared by user * 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) * 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 ## Features
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353) * Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)

View file

@ -14,6 +14,10 @@ header
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
font-size: 13px font-size: 13px
#message_inbox_badge, #notification_badge
background: none
#notification_badge.active #notification_badge.active
@include border-radius(0) @include border-radius(0)