
| Current Path : /var/www/html/atstandard001/styles/uikit/components/partials/state/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard001/styles/uikit/components/partials/state/_ckeditor.scss |
/**
* CKEditor
* - brutal overrides to style the CKEditor to match the theme.
* - colors are in the _color.scss file (near the bottom).
* This file loads as an library override of Stable, see the info.yml file.
============================================================================ */
.cke_chrome {
box-shadow: none !important;
border: $border-width $border-style !important;
border-top: $border-width $border-style !important;
border-bottom: $border-width $border-style !important;
}
.cke_top {
box-shadow: none !important;
border-bottom: $border-width $border-style !important;
background-image: none !important;
}
.cke_bottom {
box-shadow: none !important;
border-top: $border-width $border-style !important;
background-image: none !important;
}
.cke_combopanel {}
textarea.cke_source {
padding: 0.5em !important;
font-family: $monospace !important;
font-size: $medium * .875 !important;
}
a.cke_path_item,
span.cke_path_empty {
text-shadow: none !important;
}