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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-02-04 04:32:05 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-04 04:32:21 +0400
commitda093df73c783da880ae1b5d989318341790f9d8 (patch)
tree8c9a1ddbd9841c853cf6ba3d4803e45c22c37132
parenta6e4884d1069dc5f8f4eb4c43ee779115fd924c2 (diff)
Fix CSS regression in morpheus segment editor styling.
-rw-r--r--plugins/Morpheus/stylesheets/theme.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index df0d6bf30e..9f65c04a38 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -318,6 +318,11 @@ table.entityTable tr td a:hover {
}
}
+#segmentEditorPanel:hover {
+ background: #fff;
+ border: 1px solid @silver-80;
+}
+
/* Iframed Embed dashboard style */
#standalone {