BookStack/resources/sass/_tinymce.scss

59 lines
1.3 KiB
SCSS
Raw Normal View History

2015-07-15 21:55:49 +00:00
.tox.tox-fullscreen {
2015-07-15 21:55:49 +00:00
position: fixed;
top: 0;
height: 100%;
width: 100%;
2015-07-21 20:16:26 +00:00
max-width: 100%;
z-index: 100;
2015-07-21 21:11:30 +00:00
}
.page-content.mce-content-body {
padding-block-start: 1rem;
padding-block-end: 1rem;
outline: 0;
display: block;
2015-08-31 10:43:28 +00:00
}
2015-10-18 19:06:49 +00:00
.page-content.mce-content-body p {
line-height: 1.6;
2015-10-18 19:06:49 +00:00
}
.page-content.mce-content-body > :last-child {
margin-bottom: 5rem;
}
.tox-toolbar__primary {
justify-content: center;
2019-04-13 17:30:11 +00:00
}
/**
* Format Menu Hacks
*/
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
width: 6em !important;
}
.tox-menu .tox-collection__item blockquote::before {
content: none;
}
.tox-menu .tox-collection__item blockquote {
border-left: 4px solid var(--color-primary) !important;
padding: 4px 6px !important;
}
.tox-menu .tox-collection__item blockquote {
border-left: 4px solid var(--color-primary) !important;
padding: 4px 6px !important;
}
.tox-menu .tox-collection__item p[style*="background-color"] {
padding: 4px 6px !important;
border-left: 3px solid currentColor !important;
}
.tox-menu .tox-collection__item[title^="<"] > div > div {
font-family: $mono !important;
border: 1px solid #DDD !important;
background-color: #EEE !important;
padding: 4px 6px !important;
}
.tox-menu .tox-collection__item-label {
line-height: normal !important;
2015-07-15 21:55:49 +00:00
}