source: branches/2.5/plugins/language_switch/style.css @ 21357

Last change on this file since 21357 was 21357, checked in by mistic100, 11 years ago

Merged revision(s) 21356 from trunk:
[language_switch] update css overload

File size: 435 bytes
Line 
1#languageSwitchBox {
2        padding: 0.5em 5px;
3        border-radius: 4px;
4        z-index: 100;
5        text-align:left;
6        display: none;
7        position: absolute;
8        left: 0; top: 0; /*left, right set through js*/
9  background-color: #555;
10  border: 1px solid #000;
11}
12
13#languageSwitchBox .switchBoxTitle {
14  padding-bottom:5px;
15  margin-bottom:5px;
16  border-bottom: 1px solid #444;
17}
18#languageSwitchBox a {
19  color:#aaa;
20}
21#languageSwitchBox a:hover {
22  color:#ddd;
23}
Note: See TracBrowser for help on using the repository browser.