source: extensions/theme_switch/trunk/theme_switch.css @ 7072

Last change on this file since 7072 was 7072, checked in by pab, 14 years ago
File size: 306 bytes
Line 
1@import "theme_switch-default.css";
2
3.flag-pan { border:1px solid; background-color: #111; }
4.menuf .flags {border-color: #000 !important; }
5
6.flag-pan {     border-radius: 8px; } /* round corners with CSS3 compliant browsers */
7.flag-pan { -moz-border-radius:8px; } 
8.flag-pan { -webkit-border-radius: 8px; }
Note: See TracBrowser for help on using the repository browser.