|
|
@@ -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;
|
|
|
}
|