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-05-22 04:39:18 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-22 04:39:18 +0400
commitc812b5a637790868748f65681cbdacbd022fbc70 (patch)
treef4dd833efba230c01f029c29a0a908e868608d47 /plugins/Morpheus/stylesheets/theme.less
parentacd0f95dc5e71470fda2fd58fc2a1f0e76a192ae (diff)
replaced arrow icons with html to make sure it gets the brand color. needs to be optimized in addNewSegment in firefox +ie it is 1 or 2 pixel too high/low
Diffstat (limited to 'plugins/Morpheus/stylesheets/theme.less')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index b9fbda3538..fdbf4532ae 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -394,6 +394,30 @@ table.dataTable {
.sortIcon {
margin-top: -1px;
}
+
+ .sortIconContainerAsc .sortIcon {
+ margin-top: -6px;
+ }
+
+ .sortIconContainer.sortSubtable {
+ color: @theme-color-text-light;
+ }
+
+ .sortIconContainerAsc .sortIcon:after {
+ content: " \25B2";
+ border-bottom: 5px solid @theme-color-brand;
+ border-top: 0px;
+ }
+
+ .sortIcon:after {
+ content: " \25BC";
+ font-size: 1px;
+ color: @theme-color-brand;
+ border-left: 4px solid rgba(0, 0, 0, 0);
+ border-right: 4px solid rgba(0, 0, 0, 0);
+ border-top: 5px solid @theme-color-brand;
+ }
+
}
}
}