2019-02-01 08:08:30 +00:00
|
|
|
.OMLQuoteBox {
|
|
|
|
position: relative;
|
2019-02-01 08:32:00 +00:00
|
|
|
background-color: rgb(255, 255, 255);
|
2019-02-01 08:08:30 +00:00
|
|
|
}
|
2019-01-25 09:53:31 +00:00
|
|
|
.OMLQuote {
|
2019-02-01 08:08:30 +00:00
|
|
|
position: relative;
|
2019-02-01 07:49:11 +00:00
|
|
|
padding: 8px;
|
2019-01-31 07:07:49 +00:00
|
|
|
color: rgb(0, 0, 0);
|
|
|
|
font-family: Georgia, Palatino, DejaVu Serif, Book Antiqua, Palatino Linotype, Times New Roman, serif;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 21px;
|
2019-01-25 09:53:31 +00:00
|
|
|
}
|
|
|
|
|
2019-02-01 08:08:30 +00:00
|
|
|
.OMLAnnotation .OMLQuoteBackground {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
}
|
|
|
|
.OMLAnnotation.selected .OMLQuoteBackground {
|
2019-01-25 09:53:31 +00:00
|
|
|
background-color: rgb(128, 192, 255);
|
|
|
|
}
|
2019-01-31 17:37:24 +00:00
|
|
|
|
2019-02-01 08:08:30 +00:00
|
|
|
|
2019-01-31 17:37:24 +00:00
|
|
|
.OMLAnnotation .OxPlaceholder {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.OMLAnnotation.selected .OxPlaceholder {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-02-01 11:29:23 +00:00
|
|
|
|
|
|
|
.OxThemeOxlight .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected,
|
|
|
|
.OxThemeOxlight .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing,
|
|
|
|
.OxThemeOxlight .OxAnnotationFolder .OxEditableElement textarea {
|
|
|
|
background-color: transparent
|
|
|
|
}
|
|
|
|
.OxAnnotationFolder div.OxInput {
|
|
|
|
background-image: none;
|
|
|
|
}
|
2019-02-12 07:30:06 +00:00
|
|
|
|
|
|
|
.OxThemeOxlight .OxAnnotationFolder {
|
|
|
|
background-color: rgb(240, 240, 240);
|
|
|
|
}
|
|
|
|
.OxThemeOxmedium .OxAnnotationFolder {
|
|
|
|
background-color: rgb(144, 144, 144);
|
|
|
|
}
|
|
|
|
.OxThemeOxdark .OxAnnotationFolder {
|
|
|
|
background-color: rgb(16, 16, 16);
|
|
|
|
}
|