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

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