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-08-20 10:23:59 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-20 10:23:59 +0400
commit18c544968fbcd19072e8a0ee3334a2e7dc5b66cd (patch)
treea34d5ae16c89a32651fffba978cb17c234f8b2fd /plugins/Morpheus
parent4b5ee82434ffe4ff1246b21f05c7be4bb6544fd0 (diff)
refs #5977 moved the stylesheet definition to forms to make sure it is always applied
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/general/_forms.less6
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_siteSelect.less6
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Morpheus/stylesheets/general/_forms.less b/plugins/Morpheus/stylesheets/general/_forms.less
index bac73f074a..ea75691a78 100644
--- a/plugins/Morpheus/stylesheets/general/_forms.less
+++ b/plugins/Morpheus/stylesheets/general/_forms.less
@@ -41,6 +41,12 @@ button[type="button"],
}
}
+.top_bar_sites_selector {
+ .sites_autocomplete .custom_select {
+ z-index: 139;
+ }
+}
+
.sites_autocomplete {
input {
min-height: 0;
diff --git a/plugins/Morpheus/stylesheets/uibase/_siteSelect.less b/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
index e408ca147e..f71303d29a 100644
--- a/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
+++ b/plugins/Morpheus/stylesheets/uibase/_siteSelect.less
@@ -31,12 +31,6 @@
font-weight: bold;
}
-.top_bar_sites_selector {
- .sites_autocomplete .custom_select {
- z-index: 139;
- }
-}
-
.sites_autocomplete .custom_select {
float: left;
position: relative;