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>2014-05-26 07:01:20 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-05-26 07:01:20 +0400
commited25c17272610f966ae500dd686000a1901029ac (patch)
tree326dc5769195836f54f3872cfe3db6aa8033436f /plugins/Morpheus/stylesheets/theme.less
parent8edcf519808e1418eb1d81404d729f638fecc440 (diff)
parent24a45dee285d1c44ae38e5e1baa7773b1eb7bc6a (diff)
Merge remote-tracking branch 'origin/master' into 5192_menu
Diffstat (limited to 'plugins/Morpheus/stylesheets/theme.less')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less35
1 files changed, 30 insertions, 5 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index 1643aa44bf..a3db4ac8e4 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -105,14 +105,15 @@ table.entityTable tr td a:hover {
> ul {
li {
a {
- color: @theme-color-text-lighter;
+ color: @theme-color-menu-contrast-text;
.font-default(15px, 18px);
padding: 14px 22px 11px;
}
+ &:hover,
&.sfHover {
a {
- color: @theme-color-text;
+ color: @theme-color-menu-contrast-textActive;
font-weight: normal;
}
@@ -150,7 +151,7 @@ table.entityTable tr td a:hover {
}
.nav_sep {
- background: @theme-color-background-tinyContrast;
+ background: @theme-color-menu-contrast-background;
min-height: 57px;
.border-radius(0px);
border-color: @color-silver-l80 !important;
@@ -367,6 +368,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;
+ }
+
}
}
}
@@ -525,11 +550,11 @@ div.sparkline {
}
.widgetTop {
- background: @theme-color-background-tinyContrast;
+ background: @theme-color-widget-title-background;
border-bottom: 1px solid @color-silver-l80;
.widgetName {
.font-default(15px, 18px);
- color: @theme-color-text;
+ color: @theme-color-widget-title-text;
text-shadow: none;
padding: 15px 15px 10px;
}