mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Fix #481 Missing flag in Japanese language display
This commit is contained in:
parent
46f15e0a68
commit
152c3de356
2 changed files with 6 additions and 6 deletions
|
|
@ -1621,10 +1621,10 @@ html[lang="ko"] .x .g11n.active>[disabled],
|
|||
#g11n .flag.ko {
|
||||
background-image: url(../img/flag.ko.gif);
|
||||
}
|
||||
html[lang="jp"] .x .g11n.active>[disabled],
|
||||
#g11n .item .jp,
|
||||
#g11n .flag.jp {
|
||||
background-image: url(../img/flag.jp.gif);
|
||||
html[lang="ja"] .x .g11n.active>[disabled],
|
||||
#g11n .item .ja,
|
||||
#g11n .flag.ja {
|
||||
background-image: url(../img/flag.ja.gif);
|
||||
}
|
||||
html[lang="zh"] .x .g11n.active>[disabled],
|
||||
#g11n .item .zh-CN,
|
||||
|
|
@ -2414,10 +2414,10 @@ html:lang(ko) .x textarea,
|
|||
html:lang(ko) .x select,
|
||||
html:lang(ko) .x button{font-family: 'NanumGothic', 'Malgun Gothic', 'Apple SD Gothic Neo', 'Dotum', Arial, Helvetica, sans-serif}
|
||||
|
||||
/* Japanese admin_jp.css */
|
||||
/* Japanese admin_ja.css */
|
||||
html:lang(ja) body>.x,
|
||||
html:lang(ja) .x table,
|
||||
html:lang(ja) .x input,
|
||||
html:lang(ja) .x textarea,
|
||||
html:lang(ja) .x select,
|
||||
html:lang(ja) .x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif}
|
||||
html:lang(ja) .x button{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue