Commit aed724ef by vietdo

#9372 V1.1】サムネイル上のマウスオーバー時の背景色変化がわかりづらい

parent 834b55cf
......@@ -41,6 +41,11 @@ p.dop_info a:hover{ text-decoration:none;}
}
.cnt_section_bookshelf:hover{ background:#FFF;}
section.sectionhomebookshelf .cnt_section_bookshelf:hover{
background-color: #EDEDED;
}
.cnt_section_bookshelf a.img{
}
......
......@@ -69,8 +69,8 @@
}
.cnt_section_list{
}
.cnt_section_list:hover{
background-color: #FFFFFF;
section.sectionhistory .cnt_section_list:hover{
background-color: #EDEDED;
}
.cnt_section_list a.img{
}
......
......@@ -38,6 +38,11 @@ section.sectionhomelist{
.cnt_section_list:hover{
background-color: #FFFFFF;
}
section.sectionhomelist .cnt_section_list:hover{
background-color:#EDEDED;
}
.cnt_section_list a.img{
}
......
......@@ -116,6 +116,9 @@ a
.cnt_section:hover{
background-color: #FFFFFF;
}
section.sectionBookmark .cnt_section:hover{
background-color: #EDEDED;
}
.cnt_section a.img
{
cursor:default;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment