Ticket #2438 (new バグ指摘)

Opened 10 years ago

Last modified 9 years ago

v2.13.0 商品登録(商品規格)画面で、商品一覧のヘッダの背景色が2色になる。

Reported by: kimoto Owned by: somebody
Priority: Milestone: EC-CUBE2.13.x
Component: 管理画面 Version: 2.13.0
Keywords: Cc:
修正済み: no

Description

 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=13497&forum=9&post_id=61317#forumpost61317

管理画面:商品登録(商品規格)画面で、税率設定で商品別税率機能:有効の場合商品一覧の th タグ5行の表示色が、上4行分は、薄いグレー、下1行分は、やや濃いグレーになります。(商品別税率機能:無効の場合 4行なので、問題無し)backgroundで使用しているhtml/user_data/packages/admin/img/contents/table_back.pngの縦方向のサイズが4行分しかないため、残り1行が対応できていないと思われる。とりあえず、html/user_data/packages/admin/css/admin_contents.css
table.list th {
    background: url('../img/contents/table_back.png') repeat-x #b4b4b4;
    text-align: center;
}
にrepeat-yを設定するか、table_back.pngを縦に長くするかでしょう。

Change History

comment:1 Changed 10 years ago by m_uehara

  • Milestone changed from EC-CUBE 2.13.1 to EC-CUBE 2.13.2

comment:2 Changed 10 years ago by h_yoshimoto

  • Milestone changed from EC-CUBE2.13.2 to EC-CUBE2.13.3

comment:3 Changed 9 years ago by kim

  • Milestone changed from EC-CUBE2.13.3 to EC-CUBE2.13.4

次期バージョンに移します。

Note: See TracTickets for help on using tickets.