source: extensions/theme_switch/trunk/style.css @ 16241

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

choose between selectbox or thumbnails grid with a local config option, thumbnail grid use 2.4 drop-downs menus, only an icon appears on toolbar

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