From f8e4ed1ed7740a2427cd34d68ba550147c3b8d9a Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 3 Dec 2015 20:57:54 +0000 Subject: [PATCH] fixes #9026 Improve design of Transitions - No data message --- plugins/CoreHome/stylesheets/coreHome.less | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/plugins/CoreHome/stylesheets/coreHome.less b/plugins/CoreHome/stylesheets/coreHome.less index 1813f0ebdeb..38b2ad8ba51 100644 --- a/plugins/CoreHome/stylesheets/coreHome.less +++ b/plugins/CoreHome/stylesheets/coreHome.less @@ -171,28 +171,24 @@ div.pk-emptyGraph { } .Piwik_Popover_Error_Title { - color: @theme-color-link; - font-weight: bold; font-size: 16px; } .Piwik_Popover_Error_Title span { - color: #222; font-weight: normal; font-size: 16px; } .Piwik_Popover_Error_Message { - color: #7e7363; padding: 20px 0 0 0; - font-size: 14px; + font-size: 13px; } a.Piwik_Popover_Error_Back { display: block; margin: 20px 0 0 0; - color: #1D3256; - font-size: 14px; + font-size: 13px; + text-decoration: underline; } #alert.ui-confirm input {