From 3c65973cd5fb2d41fabab5dd11fce941febdf8d7 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Sun, 19 Feb 2017 21:57:27 -0500 Subject: [PATCH] (css) Hide fab button when printing Fixes #4038 --- NEWS | 1 + UI/WebServerResources/scss/core/print.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ecf6ce984..4871505fa 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------ diff --git a/UI/WebServerResources/scss/core/print.scss b/UI/WebServerResources/scss/core/print.scss index bd46a83ea..55a3e0ce9 100644 --- a/UI/WebServerResources/scss/core/print.scss +++ b/UI/WebServerResources/scss/core/print.scss @@ -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; } -} \ No newline at end of file +}