namejr 4 년 전
부모
커밋
6c465e80d6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      EBook.Web/Common/mtm_passage.css

+ 4 - 4
EBook.Web/Common/mtm_passage.css

@@ -13,11 +13,11 @@ body {
     color: #000000;
 }
 
-::selection
+/*::selection
 {
 	background-color: #0099CC;
 	color:#fff;
-}
+}*/
 
 .mark{
     height:30px;
@@ -215,10 +215,10 @@ body {
     color: #fff;
 	background-color: #fff;
 }
-.phraseStyle[data-setstatus='1']:hover{
+.phraseStyle[data-setstatus='1'][data-lstatus='0']:hover{
 	background-color: #ffeeb2;
 }
-.phraseStyle[data-setstatus='1']:hover .wordStyle[data-setstatus='1'][showflag='0']{
+.phraseStyle[data-setstatus='1'][data-lstatus='0']:hover .wordStyle[data-setstatus='1'][showflag='0']{
     color: #ffeeb2;
 	background-color: #ffeeb2;
 }