source: trunk/plugins/language_switch/style.css @ 15923

Last change on this file since 15923 was 15923, checked in by mistic100, 12 years ago

[Language Switch] new version using 2.4 drop-down menus

File size: 231 bytes
Line 
1#languageSwitchBox {
2  background-color: #555;
3  border: 1px solid #000;
4}
5
6#languageSwitchBox .switchBoxTitle {
7  border-bottom: 1px solid #444;
8}
9#languageSwitchBox a {
10  color:#aaa;
11}
12#languageSwitchBox a:hover {
13  color:#ddd;
14}
Note: See TracBrowser for help on using the repository browser.