Merge pull request #5293 from turt2live/travis/pinned-led-css

CSS for new pinned events indicator
pull/3819/merge
Matthew Hodgson 2017-11-03 23:10:31 +00:00 committed by GitHub
commit 31c5122fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -232,3 +232,17 @@ limitations under the License.
.mx_RoomHeader_voipButtons {
margin-top: 18px;
}
.mx_RoomHeader_pinnedButton {
position: relative;
}
.mx_RoomHeader_unreadPinsIndicator {
position: absolute;
right: 0;
bottom: 4px;
width: 8px;
height: 8px;
border-radius: 8px;
background-color: $warning-color;
}