Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-12-03 23:57:54 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-12-03 23:57:54 +0300
commitf8e4ed1ed7740a2427cd34d68ba550147c3b8d9a (patch)
treefd179ca0c3b209bd45afcee491946fbc74f77135 /plugins/CoreHome
parent016a8adcdf8b702effca5c60d354e8cfa90047d4 (diff)
fixes #9026 Improve design of Transitions - No data message
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/stylesheets/coreHome.less10
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/CoreHome/stylesheets/coreHome.less b/plugins/CoreHome/stylesheets/coreHome.less
index 1813f0ebde..38b2ad8ba5 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 {