aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/style.css
blob: 8b330272c7d2e205bdeb0d2b70534532a97ab0ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#languageSwitchBox {
  background-color: #555;
  border: 1px solid #000;
}

#languageSwitchBox .switchBoxTitle {
  border-bottom: 1px solid #444;
}
#languageSwitchBox a {
  color:#aaa;
}
#languageSwitchBox a:hover {
  color:#ddd;
}