1 /* Content.Inline.less */
2 /* Content.Objects.less */
3 .mce-content-body .mce-reset {
9 background: transparent;
10 text-decoration: none;
24 -webkit-tap-highlight-color: transparent;
25 -moz-box-sizing: content-box;
26 -webkit-box-sizing: content-box;
27 box-sizing: content-box;
32 border: 1px dotted #3A3A3A;
33 background: #d5d5d5 url(img/object.gif) no-repeat center;
36 display: inline-block;
40 border: 1px solid gray;
42 .mce-preview-object .mce-shim {
48 background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
57 display: inline-block;
58 border: 1px solid gray;
63 margin: 8px 8px 0 8px;
65 figure.image figcaption {
66 margin: 6px 8px 6px 8px;
69 .mce-preview-object[data-mce-selected] .mce-shim {
78 border: 1px dashed #666;
80 page-break-before: always;
89 display: inline-block;
90 -webkit-user-select: all;
91 -webkit-user-modify: read-only;
92 -moz-user-select: all;
93 -moz-user-modify: read-only;
95 user-modify: read-only;
96 width: 9px !important;
97 height: 9px !important;
98 border: 1px dotted #3A3A3A;
99 background: #d5d5d5 url(img/anchor.gif) no-repeat center;
115 .mce-match-marker-selected {
119 .mce-spellchecker-word {
120 border-bottom: 2px solid #F00;
123 .mce-spellchecker-grammar {
124 border-bottom: 2px solid #008000;
130 .mce-item-table caption {
131 border: 1px dashed #BBB;
133 td.mce-item-selected,
134 th.mce-item-selected {
135 background-color: #3399ff !important;
138 outline: 1px dotted #333;
140 .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
141 outline: 2px solid #2d8ac7;
143 .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
144 outline: 2px solid #7ACAFF;
146 .mce-content-body *[contentEditable=false][data-mce-selected] {
147 outline: 2px solid #2d8ac7;
149 .mce-resize-bar-dragging {
150 background-color: blue;
152 filter: alpha(opacity=25);