(css) Hide fab button when printing

Fixes #4038
pull/234/head
Francis Lachapelle 2017-02-19 21:57:27 -05:00
parent 48b2008da4
commit 3c65973cd5
2 changed files with 3 additions and 1 deletions

1
NEWS
View File

@ -11,6 +11,7 @@ Bug fixes
- [web] fixed ACL editor in admin module for Safari (#4036)
- [web] fixed function call when removing contact category (#4039)
- [web] localized mailbox names everywhere (#4040, #4041)
- [web] hide fab button when printing (#4038)
3.2.7 (2017-02-14)
------------------

View File

@ -16,6 +16,7 @@
md-autocomplete,
md-sidenav,
md-card-actions,
md-fab-speed-dial,
.md-open-menu-container,
.md-chip-remove-container,
.toolbar-main,
@ -65,4 +66,4 @@
md-card {
box-shadow: none !important;
}
}
}