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@googlemail.com>2014-03-20 04:05:36 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-20 04:05:36 +0400
commit803afb051e58a216a6671e902ca8470dc65eb30e (patch)
tree15e8c35f66343b67ab44a305bac769b0869eec3c /plugins/Morpheus/stylesheets/theme.less
parent19546346a746ffaaa4173143aefa92ef1c510c62 (diff)
refs #2834 should fix some characters are sometimes not completely visible, for instance a "g"
Diffstat (limited to 'plugins/Morpheus/stylesheets/theme.less')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 3c32487908..3145f78e45 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -408,10 +408,13 @@ table.dataTable {
tr {
td {
border-color: @silver-80 !important;
- .font-default(13px, 16px);
color: @brand-black;
background: @silver-95;
+ .value {
+ .font-default(13px, 16px);
+ }
+
&:first-child {
border-left: 0px;
}