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-07-24 20:02:13 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-24 20:02:13 +0400
commit2e51017e8a98d6eb98ebbe7581e381ea15dc0251 (patch)
tree48fc4554a32dcc4139bf2004053b274a157bbb6d /plugins/Zeitgeist
parent0951cb4dd6b9c4f30fe1c94ec17e6f20e130487a (diff)
Remove useless CSS instructions
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/stylesheets/ui/_languageSelect.less7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/Zeitgeist/stylesheets/ui/_languageSelect.less b/plugins/Zeitgeist/stylesheets/ui/_languageSelect.less
index b0eafb2707..3747341e4b 100644
--- a/plugins/Zeitgeist/stylesheets/ui/_languageSelect.less
+++ b/plugins/Zeitgeist/stylesheets/ui/_languageSelect.less
@@ -3,11 +3,8 @@
overflow-y: auto;
overflow-x: hidden;
padding: 0 !important;
- position: absolute;
- z-index: 9999;
background:#FFF;
border: 1px solid #1F447F!important;
- position: relative;
}
#languageSelection > form {
@@ -30,12 +27,12 @@
text-decoration: underline;
}
-#languageSelect a{
+#languageSelect a {
text-decoration:none!important;
padding: 1px 25px 1px 3px!important;
}
-#languageSelect a:hover{
+#languageSelect a:hover {
background:#176999!important;
color:#FFF!important;
} \ No newline at end of file