Commit 82462188 by Masaru Abe

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

CSS整理
parent 78737fea
...@@ -40,7 +40,6 @@ p.dop_info a:hover{ text-decoration:none;} ...@@ -40,7 +40,6 @@ p.dop_info a:hover{ text-decoration:none;}
.cnt_section_bookshelf{ .cnt_section_bookshelf{
} }
.cnt_section_bookshelf:hover{ background:#FFF;}
section.sectionhomebookshelf .cnt_section_bookshelf:hover{ section.sectionhomebookshelf .cnt_section_bookshelf:hover{
background-color: #EDEDED; background-color: #EDEDED;
......
...@@ -35,9 +35,6 @@ section.sectionhomelist{ ...@@ -35,9 +35,6 @@ section.sectionhomelist{
.cnt_section_list{ .cnt_section_list{
} }
.cnt_section_list:hover{
background-color: #FFFFFF;
}
section.sectionhomelist .cnt_section_list:hover{ section.sectionhomelist .cnt_section_list:hover{
background-color:#EDEDED; background-color:#EDEDED;
......
...@@ -113,9 +113,7 @@ a ...@@ -113,9 +113,7 @@ a
.cnt_section{ .cnt_section{
} }
.cnt_section:hover{
background-color: #FFFFFF;
}
section.sectionBookmark .cnt_section:hover{ section.sectionBookmark .cnt_section:hover{
background-color: #EDEDED; background-color: #EDEDED;
} }
......
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