1 .editor_atto_content_wrap {
2 background-color: white;
12 .editor_atto_content_wrap,
13 .editor_atto + textarea {
16 border: 1px solid #bbb;
20 .editor_atto + textarea {
26 div.editor_atto_toolbar {
30 border: 1px solid #bbb;
35 div.editor_atto_toolbar button {
44 div.editor_atto_toolbar button + button {
45 border-left: 1px solid #ccc;
48 div.editor_atto_toolbar button[disabled] {
54 .editor_atto_toolbar button:hover {
55 background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
56 background-color: #ebebeb;
59 .editor_atto_toolbar button:active,
60 .editor_atto_toolbar button.highlight {
61 background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
62 background-color: #dfdfdf;
65 /* Make firefox button sizes match other browsers */
66 div.editor_atto_toolbar button::-moz-focus-inner {
71 div.editor_atto_toolbar button .icon {
76 div.editor_atto_toolbar div.atto_group {
77 display: inline-block;
78 border: 1px solid #ccc;
79 border-bottom: 1px solid #b3b3b3;
85 .editor_atto_content img {
91 /* IE8 places the images on top of each other if that is not set. */
95 .atto_menuentry .icon {
110 /*.atto_form label.sameline {
111 display: inline-block;
115 .atto_form textarea.fullwidth,
116 .atto_form input.fullwidth {
137 .atto_control .icon {
138 background-color: white;
141 div.editor_atto_content:focus .atto_control,
142 div.editor_atto_content:hover .atto_control {
146 .editor_atto_menu.yui3-menu-hidden {
150 /* Get broken images back in firefox */
151 .editor_atto_content img:-moz-broken {
152 -moz-force-broken-image-icon: 1;
157 /* Atto menu styling */
158 .moodle-dialogue-base .editor_atto_menu .moodle-dialogue-content .moodle-dialogue-bd {
163 .editor_atto_menu .dropdown-menu > li > a {
167 .editor_atto_menu .open ul.dropdown-menu {
176 .editor_atto_wrap textarea {
180 .editor_atto_notification .atto_info,
181 .editor_atto_notification .atto_warning {
182 display: inline-block;
183 background-color: #f2f2f2;
187 border-bottom-left-radius: 1em;
188 border-bottom-right-radius: 1em;
191 .editor_atto_notification .atto_info {
192 background-color: #f2f2f2;
195 .editor_atto_notification .atto_warning {
196 background-color: #ffd700;
199 .editor_atto_toolbar,
200 .editor_atto_content_wrap,
201 .editor_atto + textarea {
202 box-sizing: border-box;