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:
Diffstat (limited to 'plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less')
-rw-r--r--plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less19
1 files changed, 2 insertions, 17 deletions
diff --git a/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less b/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less
index a36d00c0f5..f33208a3f9 100644
--- a/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less
+++ b/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less
@@ -2,33 +2,17 @@
.menuDropdown {
display: inline-block;
padding-right: 14px;
- color: @theme-color-link;
.title {
position: relative;
cursor: pointer;
-
- &:after {
- content: '';
- position: absolute;
- top: 5px;
- right: -15px;
- color: @theme-color-link;
- display: inline;
- font-size: 1px;
- height: 0px;
- width: 0px;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 5px solid @theme-color-link;
- }
}
.items {
z-index: 200;
position: absolute;
border: 1px solid @color-silver-l80;
- background: @theme-color-background-base;
+ background: @theme-color-background-contrast;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
@@ -72,6 +56,7 @@
font-size: 11px;
float: none;
text-align: left;
+ line-height: 30px;
&:hover {
background: @theme-color-background-tinyContrast;