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 ZILLIOX <thomas@zilliox.me>2013-08-08 04:04:25 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-08 04:04:25 +0400
commit30b7f9ef63517d945f851a9617c4b23840fa3222 (patch)
tree4ef2baf14400a873bfcee3f4e8a163d133bea805 /plugins/PleineLune
parent6353a269ac30b5fe6b5da8ff7c97a2e14563661c (diff)
Theme the language selector for PleinLune
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/stylesheets/_layout.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/PleineLune/stylesheets/_layout.less b/plugins/PleineLune/stylesheets/_layout.less
index cfb3b8337c..637fd307f6 100644
--- a/plugins/PleineLune/stylesheets/_layout.less
+++ b/plugins/PleineLune/stylesheets/_layout.less
@@ -36,6 +36,19 @@
font-weight: normal;
}
+#languageSelect {
+ background: @theme-color-background-base;
+ border: 1px solid @theme-color-background-contrast !important;
+}
+
+#languageSelect a:hover {
+ background: @theme-color-background-smallContrast !important;
+ border: 0;
+ border-radius: 0;
+ color: @theme-color-text-focus !important;
+}
+
+
/* Logo */
#logo {
opacity: 0.5;