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:
authormattab <matthieu.aubry@gmail.com>2013-11-22 06:03:35 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-22 06:03:35 +0400
commit4c2f9736268b4b5e20113ad02051610dc16f54b0 (patch)
treea15fb1ccec38a6820f9fabd31c5b01d0daf7352e /plugins/Morpheus/stylesheets/popups.less
parente35d3c860315a0617217fdb7a7c1fa8684b7c8e0 (diff)
Refs #4127 Adding new theme for Piwik 2: Morpheus. Morpheus is the default theme of Piwik 2 designed to help you focus on your analytics reports. In Greek mythology, Morpheus is the God of dreams. In the Matrix movie, Morpheus is the leader of the rebel forces who fight to awaken humans from a dreamlike reality called The Matrix.
Kuddos to the team at Clearcode for building this new theme! Work in progress...
Diffstat (limited to 'plugins/Morpheus/stylesheets/popups.less')
-rw-r--r--plugins/Morpheus/stylesheets/popups.less36
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/Morpheus/stylesheets/popups.less b/plugins/Morpheus/stylesheets/popups.less
new file mode 100644
index 0000000000..3cf74f62b3
--- /dev/null
+++ b/plugins/Morpheus/stylesheets/popups.less
@@ -0,0 +1,36 @@
+.ui-dialog-title {
+ color: @brand-black;
+ font-weight: normal;
+}
+
+#feedback-sent,
+#feedback-faq {
+ p {
+ color: @brand-black;
+ strong {
+ color: @brand-black;
+ }
+ }
+
+ a {
+ color: @brand-blue;
+ }
+
+}
+.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
+ border: 0px !important;
+ .ui-icon {
+ .opacity(0.5);
+ }
+ &:hover {
+ .opacity(1);
+ background: none !important;
+ }
+}
+.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
+ border: 0px !important;
+}
+
+button:hover, .add-trusted-host:hover, input[type="submit"]:hover, button[type="button"]:hover, .submit:hover {
+ background-color: @brand-red !important;
+} \ No newline at end of file