namejr 4 năm trước cách đây
mục cha
commit
6c465e80d6
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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;
 }