diff options
author | plegall <plg@piwigo.org> | 2011-03-28 13:51:43 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-28 13:51:43 +0000 |
commit | e405136d474fa90c3e9b6467cd8d541aa1c9d1ac (patch) | |
tree | 8d5a0c2b751b6550ba5af4853a805c88088c2a55 /plugins/language_switch/language_switch-Sylvia.css | |
parent | 18878f8bb0bb23403772504ab4d94a34c85ecaf4 (diff) |
Language Switch:
* display language name next to flag (and enlarge the flag box to ~400px)
* force the links color inside the language box because the background color is
forced : on a theme like "grum dark II", the result is really awful, impossible
to read.
* the current language is not removed from the list, this ways the list is not
reorganized depending on the current language
git-svn-id: http://piwigo.org/svn/trunk@9906 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/language_switch-Sylvia.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/language_switch/language_switch-Sylvia.css b/plugins/language_switch/language_switch-Sylvia.css index f3bf91d9f..b0ddc7be0 100644 --- a/plugins/language_switch/language_switch-Sylvia.css +++ b/plugins/language_switch/language_switch-Sylvia.css @@ -1,4 +1,5 @@ .flag-pan { border:1px solid; background-color: #111; } +.content ul.categoryActions .flag-pan a:hover {color:#ddd} .menuf .flags {border-color: #000 !important; } .flag-pan { border-radius: 8px; } /* round corners with CSS3 compliant browsers */ |