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-29 08:16:56 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-29 08:16:56 +0400
commit4e950e8b34992f25df444f130d8dbd296c5f0d96 (patch)
tree503950c83621964bce559f5820cf6f50cd66541a /plugins
parent8fb7b4c161293e1c824dc4aaf287d8bdc5efd460 (diff)
refs #5212 a few ui tweaks
Diffstat (limited to 'plugins')
-rw-r--r--plugins/LeftMenu/stylesheets/theme.less12
1 files changed, 2 insertions, 10 deletions
diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less
index 2c9cd7f70b..d43cd0cf87 100644
--- a/plugins/LeftMenu/stylesheets/theme.less
+++ b/plugins/LeftMenu/stylesheets/theme.less
@@ -9,7 +9,7 @@
}
#root .Menu--dashboard {
- border-top: 0px;
+ border: 0px;
}
.sites_selector_in_dashboard {
@@ -74,7 +74,6 @@
.Menu--dashboard > .Menu-tabList > li > span,
.Menu--dashboard > .Menu-tabList > li > a {
- border-bottom: 1px dotted #778;
display: block;
padding: 5px 10px;
font-size: 18px;
@@ -101,22 +100,15 @@
.Menu--dashboard > .Menu-tabList li li a:link,
.Menu--dashboard > .Menu-tabList li li a:visited {
- color: #000;
+ text-decoration: none;
}
.Menu--dashboard > .Menu-tabList > .sfActive > a,
.Menu--dashboard > .Menu-tabList > li > a:hover {
background: #f1f1f1;
- border-bottom: 1px dotted #777788 !important;
- }
-
- .Menu--dashboard > .Menu-tabList li li a:hover,
- .Menu--dashboard > .Menu-tabList li li a.active {
- color: @theme-color-link;
}
.Menu--dashboard > .Menu-tabList > .sfActive .sfHover > a {
- color: @theme-color-link;
font-weight: bold;
}