/* Submit: This button should convey, "you're about to take some definitive action" */
.elgg-button-submit {
- color: #bbb;
+ color: #ddd;
text-shadow: 0 -1px 0px #000;
box-shadow: 0px 1px 2px #333;
border: none;
/* Action: This button should convey a normal, inconsequential action, such as clicking a link */
.elgg-button-action {
- color: #bbb;
+ color: #ddd;
text-shadow: 0 -1px 0px #000;
border: none;
box-shadow: 0px 1px 3px #666
}
+.elgg-page .cke_skin_BootstrapCK-Skin .cke_contents, .cke_skin_BootstrapCK-Skin .cke_contents iframe {
+ background-color: #F7F7F7 !important;
+ border: none !important;
+}