From 22bf99da69ad170def0f14a134cfda02f71c41d7 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 10 Jan 2015 22:28:30 +0100 Subject: [PATCH] Font adjustment (changes from BS 3.3.1). --- app/assets/stylesheets/zammad.css.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index a9dde2f3c..73151abd2 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -2540,7 +2540,12 @@ footer { padding: 0; } +.tooltip { + font-family: inherit; +} + .popover { + font-family: inherit; width: 372px; max-width: 9999px; border-radius: 0; @@ -2548,7 +2553,7 @@ footer { z-index: 1110; box-shadow: 0 1px 14px rgba(0,8,14,.25); } - + .popover-title { border: none; background: none;