* Przypisy w tekście
*/
-.htmlview .annotation-inline-box {
- &:hover > span[x-annotation-box] {
- display: block;
+.htmlview .annotation-inline-box,
+.htmlview .reference-inline-box {
+ &:hover {
+ > span[x-annotation-box],
+ > span[x-preview]
+ {
+ display: block;
+ }
}
- > span[x-annotation-box] {
+ > span[x-annotation-box],
+ > span[x-preview]
+ {
display: none;
width: 300px;
font-size: 10pt;
&.editing {
display: block;
+ background: #93ff93;
}
}
border:0;
color: black;
}
+
+
+#media-chooser {
+ img {
+ border: 3px solid transparent;
+ &.active {
+ border-color: green;
+ }
+ }
+}