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:
authorMatthieu Aubry <matt@piwik.org>2015-12-04 01:50:42 +0300
committerMatthieu Aubry <matt@piwik.org>2015-12-04 01:50:42 +0300
commit2ce82a5cdb7ff18c2febec629e1d7ef213b00e8f (patch)
treead4933574bae3705d31021124f0236fd27d19d0a /plugins
parent1582fd09254a29c9406a7e236a95769648aea5c6 (diff)
parentf8e4ed1ed7740a2427cd34d68ba550147c3b8d9a (diff)
Merge pull request #9323 from piwik/9026
Improve design of Transitions - No data message
Diffstat (limited to 'plugins')
-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 {