source: branches/2.0/plugins/language_switch/language_switch.css @ 3377

Last change on this file since 3377 was 3377, checked in by vdigital, 15 years ago

+ Language Switch CSS review (inherit and overrides)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 309 bytes
Line 
1@import "language_switch-default.css";
2
3.flag-pan { border:2px 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.