source: branches/2.1/plugins/language_switch/language_switch.css @ 6343

Last change on this file since 6343 was 6343, checked in by plg, 14 years ago

merge r6341 from trunk to branch 2.1

Fix incorrect permissions

File size: 309 bytes
Line 
1@import "language_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.