Changeset 10944


Ignore:
Timestamp:
May 19, 2011, 9:06:08 PM (13 years ago)
Author:
plg
Message:

better display of the LanguageSwitch box in theme Grum Dark II

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/grum-dark-II/theme.css

    r9842 r10944  
    424424  background-image: url(icon/icons_sprite_hover.png);
    425425}
     426
     427/*  Language Switch */
     428.flag-pan {
     429  background-color: #111 !important;
     430  border-color:#666 !important;
     431  padding:5px 10px !important;
     432}
     433
     434.languageSwitchBoxTitle {
     435  color:#999 !important;
     436}
     437
     438.content ul.categoryActions .flag-pan a {
     439  color:#999 !important;
     440}
     441
     442.content ul.categoryActions .flag-pan a:hover {
     443  color:#fff !important;
     444}
Note: See TracChangeset for help on using the changeset viewer.