border-right: none;
z-index: 1;
+ -moz-user-select: -moz-none;
+ -webkit-user-select: none;
+ user-select: none;
}
/*
background-color: #dfdfdf;
}
-.htmlview .annotation-inline-box[x-focused] > .annotation {
- background-color: #860000;
- color: #dfdfdf;
-}
-
*.htmlview *.annotation-inline-box {
position: static;
}
text-decoration: none;
z-index: 10;
}
-
-.htmlview .annotation-inline-box[x-focused] > span[x-annotation-box],
-.htmlview .annotation-inline-box:hover > span[x-annotation-box] {
- display: block;
- }
/*
counter-increment: secondary;
}
-
-
-
-
/*
* EDITABLE ELEMENTS
*/
-
-
.htmlview *[x-editable] {
padding-left: 3px;
}
margin: 0px;
display: block;
+ -moz-user-select: -moz-none;
+ -webkit-user-select: none;
+
padding: 2px;
cursor: pointer;
border-bottom: 1px solid black;
opacity: 1;
}
+.htmlview *[x-annotation-box][x-editable] > .default-menu {
+ opacity: 1;
+}
+
.htmlview *[x-editable][x-open] > .default-menu {
visibility: hidden;
}