summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-08 03:30:40 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-08 03:30:40 +0000
commit80d436ba861fb35e8a72c297c36f65d78ffaef9d (patch)
tree95608330ca68f8f0b0a73bcd7a5465763de9b6ed /modules
parent86e959e5f8435238d158547b586f07a8dbd55304 (diff)
downloadbrdo-80d436ba861fb35e8a72c297c36f65d78ffaef9d.tar.gz
brdo-80d436ba861fb35e8a72c297c36f65d78ffaef9d.tar.bz2
#768240 by plach: Fixed session language switcher links do not report the active status correctly.
Diffstat (limited to 'modules')
-rw-r--r--modules/locale/locale.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/locale/locale.css b/modules/locale/locale.css
index f28f5d570..41684e728 100644
--- a/modules/locale/locale.css
+++ b/modules/locale/locale.css
@@ -26,10 +26,10 @@
padding: 3ex 0 0 1em;
}
-.language-switcher-locale-session .active a.active {
+.language-switcher-locale-session a.active {
color: #0062A0;
}
-.language-switcher-locale-session .active a.session-active {
+.language-switcher-locale-session a.session-active {
color: #000000;
}