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/Morpheus/stylesheets/general/_forms.less')
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less38
1 files changed, 1 insertions, 37 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index 49c5358f1d..dcbe261807 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -139,6 +139,7 @@ select {
}
.top_bar_sites_selector {
+ z-index: 143;
.sites_autocomplete .custom_select {
z-index: 139;
}
@@ -148,30 +149,6 @@ select {
input {
min-height: 0;
}
- .custom_select {
- border-color: @theme-color-background-lowContrast;
- .border-radius(0px);
- background: @theme-color-background-base;
- padding: 0;
- color: @theme-color-text;
- text-transform: uppercase;
- .font-default(10px, 12px);
- min-height: 30px;
- .box-sizing(border-box);
- a {
- color: @theme-color-text;
- &:hover {
- text-decoration: none;
- }
- }
- .custom_select_block {
- .custom_select_container {
- .custom_select_ul_list {
- margin-top: 20px;
- }
- }
- }
- }
}
.ajaxError {
@@ -184,19 +161,6 @@ select {
font-weight: normal;
}
-.sites_autocomplete--dropdown {
- .custom_select_main_link:not(.loading):before {
- color: @theme-color-brand;
- font-size: 0.7em;
- top: 4px;
- right: 10px;
- content: '';
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 5px solid @theme-color-brand;
- }
-}
-
.limitSelection {
> ul {
position: relative;