Skip to content

Instantly share code, notes, and snippets.

@shkm
Last active December 29, 2015 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shkm/7723647 to your computer and use it in GitHub Desktop.
Save shkm/7723647 to your computer and use it in GitHub Desktop.
Restyle Rich to fit in with Active Admin's style.
form .cke_chrome {
display: inline-block;
width: calc(80% - 2px);
box-shadow: none;
// border color needs additional specificity as it is set on .cke_n.cke_chrome
border-color: #c9d0d6 !important;
}
.cke_chrome, .cke_inner {
@include rounded;
}
.cke_top {
@include rounded-top;
}
.cke_bottom {
@include rounded-bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment