WIP - New imap class
This commit is contained in:
@@ -253,6 +253,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.3);
|
||||
}
|
||||
@@ -486,7 +492,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #4099ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -594,7 +601,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
@@ -272,6 +272,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
}
|
||||
@@ -505,7 +511,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #b4d7ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -613,7 +620,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
174
vendor/tinymce/tinymce/skins/ui/oxide-dark/skin.css
vendored
174
vendor/tinymce/tinymce/skins/ui/oxide-dark/skin.css
vendored
@@ -259,6 +259,10 @@ button::-moz-focus-inner {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bottom-anchorbar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
@@ -734,6 +738,7 @@ button::-moz-focus-inner {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 24px;
|
||||
max-width: 100%;
|
||||
text-transform: none;
|
||||
word-break: break-all;
|
||||
}
|
||||
@@ -1380,8 +1385,14 @@ button::-moz-focus-inner {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-dialog__body-nav {
|
||||
max-width: 11em;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
||||
flex-direction: row;
|
||||
@@ -1394,25 +1405,26 @@ button::-moz-focus-inner {
|
||||
border-bottom: 2px solid transparent;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
display: inline-block;
|
||||
flex-shrink: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 8px;
|
||||
max-width: 13em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-dialog__body-nav-item:focus {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
}
|
||||
.tox .tox-dialog__body-nav-item--active {
|
||||
border-bottom: 2px solid #006ce7;
|
||||
color: #006ce7;
|
||||
border-bottom: 2px solid #67aeff;
|
||||
color: #67aeff;
|
||||
}
|
||||
.tox .tox-dialog__body-content {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
max-height: 650px;
|
||||
max-height: min(650px, calc(100vh - 110px));
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
padding: 16px 16px;
|
||||
@@ -1432,29 +1444,51 @@ button::-moz-focus-inner {
|
||||
margin-top: 0;
|
||||
}
|
||||
.tox .tox-dialog__body-content a {
|
||||
color: #006ce7;
|
||||
color: #67aeff;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:hover,
|
||||
.tox .tox-dialog__body-content a:focus {
|
||||
color: #0054b4;
|
||||
text-decoration: none;
|
||||
color: #cde5ff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:focus-visible {
|
||||
border-radius: 1px;
|
||||
outline: 2px solid #67aeff;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:active {
|
||||
color: #0054b4;
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-dialog__body-content strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul {
|
||||
display: block;
|
||||
list-style-type: disc;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dd {
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl,
|
||||
.tox .tox-dialog__body-content dd,
|
||||
.tox .tox-dialog__body-content dt {
|
||||
display: block;
|
||||
margin-inline-end: 0;
|
||||
margin-inline-start: 0;
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group h1 {
|
||||
color: #fff;
|
||||
@@ -1495,6 +1529,12 @@ button::-moz-focus-inner {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
|
||||
text-align: end;
|
||||
}
|
||||
.tox .tox-dialog--width-lg {
|
||||
height: 650px;
|
||||
max-width: 1200px;
|
||||
@@ -1563,9 +1603,30 @@ button::-moz-focus-inner {
|
||||
.tox .tox-dialog__table td:first-child {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.tox .tox-dialog__iframe {
|
||||
min-height: 200px;
|
||||
}
|
||||
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
||||
background: #fff;
|
||||
}
|
||||
.tox .tox-navobj-bordered {
|
||||
position: relative;
|
||||
}
|
||||
.tox .tox-navobj-bordered::before {
|
||||
border: 1px solid #161f29;
|
||||
border-radius: 6px;
|
||||
content: '';
|
||||
inset: 0;
|
||||
opacity: 1;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
||||
border-color: #006ce7;
|
||||
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
||||
outline: none;
|
||||
}
|
||||
.tox .tox-dialog__popups {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -2296,6 +2357,9 @@ body.tox-dialog__disable-scroll {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
}
|
||||
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
.tox .tox-menu__label h1,
|
||||
.tox .tox-menu__label h2,
|
||||
@@ -2798,20 +2862,43 @@ body.tox-dialog__disable-scroll {
|
||||
position: relative;
|
||||
text-transform: none;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tox .tox-statusbar__path {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
margin-right: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__right-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__help-text {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: space-between;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
||||
flex: 0 0 calc(100% / 3);
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.tox .tox-statusbar__path > * {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
@@ -2820,6 +2907,14 @@ body.tox-dialog__disable-scroll {
|
||||
flex: 0 0 auto;
|
||||
margin-left: 1ch;
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
||||
display: none;
|
||||
}
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar a,
|
||||
.tox .tox-statusbar__path-item,
|
||||
.tox .tox-statusbar__wordcount {
|
||||
@@ -2946,6 +3041,9 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-tbtn:active svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
||||
fill: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn--disabled,
|
||||
.tox .tox-tbtn--disabled:hover,
|
||||
.tox .tox-tbtn:disabled,
|
||||
@@ -2979,6 +3077,10 @@ body.tox-dialog__disable-scroll {
|
||||
/* stylelint-disable-line no-descending-specificity */
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
||||
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
||||
fill: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -3046,6 +3148,13 @@ body.tox-dialog__disable-scroll {
|
||||
background: #fff;
|
||||
color: #222f3e;
|
||||
}
|
||||
.tox .tox-number-input input:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button {
|
||||
background: #2f4055;
|
||||
color: #fff;
|
||||
@@ -3080,6 +3189,16 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-number-input button:active svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-number-input button:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button:disabled svg {
|
||||
fill: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.tox .tox-number-input button.minus {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
@@ -3125,6 +3244,10 @@ body.tox-dialog__disable-scroll {
|
||||
white-space: nowrap;
|
||||
width: 7em;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
||||
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-split-button {
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
@@ -3170,6 +3293,10 @@ body.tox-dialog__disable-scroll {
|
||||
.tox.tox-platform-touch .tox-split-button__chevron {
|
||||
width: 20px;
|
||||
}
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.tox .tox-toolbar-overlord {
|
||||
background-color: #222F3E;
|
||||
}
|
||||
@@ -3452,9 +3579,6 @@ body.tox-dialog__disable-scroll {
|
||||
flex-direction: column;
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -3481,9 +3605,13 @@ body.tox-dialog__disable-scroll {
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
||||
margin-right: 6px;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--directory__label--active .tox-chevron {
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--leaf__label {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -272,6 +272,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
}
|
||||
@@ -505,7 +511,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #b4d7ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -613,7 +620,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
@@ -272,6 +272,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
}
|
||||
@@ -505,7 +511,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #b4d7ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -613,7 +620,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
168
vendor/tinymce/tinymce/skins/ui/oxide/skin.css
vendored
168
vendor/tinymce/tinymce/skins/ui/oxide/skin.css
vendored
@@ -259,6 +259,10 @@ button::-moz-focus-inner {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bottom-anchorbar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
@@ -734,6 +738,7 @@ button::-moz-focus-inner {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 24px;
|
||||
max-width: 100%;
|
||||
text-transform: none;
|
||||
word-break: break-all;
|
||||
}
|
||||
@@ -1380,8 +1385,14 @@ button::-moz-focus-inner {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-dialog__body-nav {
|
||||
max-width: 11em;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
||||
flex-direction: row;
|
||||
@@ -1394,11 +1405,12 @@ button::-moz-focus-inner {
|
||||
border-bottom: 2px solid transparent;
|
||||
color: rgba(34, 47, 62, 0.7);
|
||||
display: inline-block;
|
||||
flex-shrink: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 8px;
|
||||
max-width: 13em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-dialog__body-nav-item:focus {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
@@ -1412,7 +1424,7 @@ button::-moz-focus-inner {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
max-height: 650px;
|
||||
max-height: min(650px, calc(100vh - 110px));
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
padding: 16px 16px;
|
||||
@@ -1434,27 +1446,49 @@ button::-moz-focus-inner {
|
||||
.tox .tox-dialog__body-content a {
|
||||
color: #006ce7;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:hover,
|
||||
.tox .tox-dialog__body-content a:focus {
|
||||
color: #0054b4;
|
||||
text-decoration: none;
|
||||
color: #003c81;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:focus-visible {
|
||||
border-radius: 1px;
|
||||
outline: 2px solid #006ce7;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:active {
|
||||
color: #0054b4;
|
||||
text-decoration: none;
|
||||
color: #00244e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content svg {
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-dialog__body-content strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul {
|
||||
display: block;
|
||||
list-style-type: disc;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dd {
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl,
|
||||
.tox .tox-dialog__body-content dd,
|
||||
.tox .tox-dialog__body-content dt {
|
||||
display: block;
|
||||
margin-inline-end: 0;
|
||||
margin-inline-start: 0;
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group h1 {
|
||||
color: #222f3e;
|
||||
@@ -1495,6 +1529,12 @@ button::-moz-focus-inner {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
|
||||
text-align: end;
|
||||
}
|
||||
.tox .tox-dialog--width-lg {
|
||||
height: 650px;
|
||||
max-width: 1200px;
|
||||
@@ -1563,9 +1603,30 @@ button::-moz-focus-inner {
|
||||
.tox .tox-dialog__table td:first-child {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.tox .tox-dialog__iframe {
|
||||
min-height: 200px;
|
||||
}
|
||||
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
||||
background: #fff;
|
||||
}
|
||||
.tox .tox-navobj-bordered {
|
||||
position: relative;
|
||||
}
|
||||
.tox .tox-navobj-bordered::before {
|
||||
border: 1px solid #eeeeee;
|
||||
border-radius: 6px;
|
||||
content: '';
|
||||
inset: 0;
|
||||
opacity: 1;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
||||
border-color: #006ce7;
|
||||
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
||||
outline: none;
|
||||
}
|
||||
.tox .tox-dialog__popups {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -2296,6 +2357,9 @@ body.tox-dialog__disable-scroll {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
}
|
||||
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
.tox .tox-menu__label h1,
|
||||
.tox .tox-menu__label h2,
|
||||
@@ -2798,20 +2862,43 @@ body.tox-dialog__disable-scroll {
|
||||
position: relative;
|
||||
text-transform: none;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tox .tox-statusbar__path {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
margin-right: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__right-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__help-text {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: space-between;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
||||
flex: 0 0 calc(100% / 3);
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.tox .tox-statusbar__path > * {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
@@ -2820,6 +2907,14 @@ body.tox-dialog__disable-scroll {
|
||||
flex: 0 0 auto;
|
||||
margin-left: 1ch;
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
||||
display: none;
|
||||
}
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar a,
|
||||
.tox .tox-statusbar__path-item,
|
||||
.tox .tox-statusbar__wordcount {
|
||||
@@ -2946,6 +3041,9 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-tbtn:active svg {
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
||||
fill: rgba(34, 47, 62, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn--disabled,
|
||||
.tox .tox-tbtn--disabled:hover,
|
||||
.tox .tox-tbtn:disabled,
|
||||
@@ -2979,6 +3077,10 @@ body.tox-dialog__disable-scroll {
|
||||
/* stylelint-disable-line no-descending-specificity */
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
||||
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
||||
fill: rgba(34, 47, 62, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
||||
color: #222f3e;
|
||||
}
|
||||
@@ -3046,6 +3148,13 @@ body.tox-dialog__disable-scroll {
|
||||
background: #fff;
|
||||
color: #222f3e;
|
||||
}
|
||||
.tox .tox-number-input input:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(34, 47, 62, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button {
|
||||
background: #f7f7f7;
|
||||
color: #222f3e;
|
||||
@@ -3080,6 +3189,16 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-number-input button:active svg {
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-number-input button:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(34, 47, 62, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button:disabled svg {
|
||||
fill: rgba(34, 47, 62, 0.5);
|
||||
}
|
||||
.tox .tox-number-input button.minus {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
@@ -3125,6 +3244,10 @@ body.tox-dialog__disable-scroll {
|
||||
white-space: nowrap;
|
||||
width: 7em;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
||||
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-split-button {
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
@@ -3170,6 +3293,10 @@ body.tox-dialog__disable-scroll {
|
||||
.tox.tox-platform-touch .tox-split-button__chevron {
|
||||
width: 20px;
|
||||
}
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.tox .tox-toolbar-overlord {
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -3452,9 +3579,6 @@ body.tox-dialog__disable-scroll {
|
||||
flex-direction: column;
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -3481,9 +3605,13 @@ body.tox-dialog__disable-scroll {
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
||||
margin-right: 6px;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--directory__label--active .tox-chevron {
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--leaf__label {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -253,6 +253,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.3);
|
||||
}
|
||||
@@ -486,7 +492,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #4099ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -594,7 +601,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
@@ -272,6 +272,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
}
|
||||
@@ -505,7 +511,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #b4d7ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -613,7 +620,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -259,6 +259,10 @@ button::-moz-focus-inner {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bottom-anchorbar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
@@ -734,6 +738,7 @@ button::-moz-focus-inner {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 24px;
|
||||
max-width: 100%;
|
||||
text-transform: none;
|
||||
word-break: break-all;
|
||||
}
|
||||
@@ -1380,8 +1385,14 @@ button::-moz-focus-inner {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-dialog__body-nav {
|
||||
max-width: 11em;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
||||
flex-direction: row;
|
||||
@@ -1394,11 +1405,12 @@ button::-moz-focus-inner {
|
||||
border-bottom: 2px solid transparent;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
display: inline-block;
|
||||
flex-shrink: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 8px;
|
||||
max-width: 13em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-dialog__body-nav-item:focus {
|
||||
background-color: rgba(32, 122, 183, 0.1);
|
||||
@@ -1412,7 +1424,7 @@ button::-moz-focus-inner {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
max-height: 650px;
|
||||
max-height: min(650px, calc(100vh - 110px));
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
padding: 16px 16px;
|
||||
@@ -1434,27 +1446,49 @@ button::-moz-focus-inner {
|
||||
.tox .tox-dialog__body-content a {
|
||||
color: #207ab7;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:hover,
|
||||
.tox .tox-dialog__body-content a:focus {
|
||||
color: #185d8c;
|
||||
text-decoration: none;
|
||||
color: #114060;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:focus-visible {
|
||||
border-radius: 1px;
|
||||
outline: 2px solid #207ab7;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:active {
|
||||
color: #185d8c;
|
||||
text-decoration: none;
|
||||
color: #092335;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-dialog__body-content strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul {
|
||||
display: block;
|
||||
list-style-type: disc;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dd {
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl,
|
||||
.tox .tox-dialog__body-content dd,
|
||||
.tox .tox-dialog__body-content dt {
|
||||
display: block;
|
||||
margin-inline-end: 0;
|
||||
margin-inline-start: 0;
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group h1 {
|
||||
color: #fff;
|
||||
@@ -1495,6 +1529,12 @@ button::-moz-focus-inner {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
|
||||
text-align: end;
|
||||
}
|
||||
.tox .tox-dialog--width-lg {
|
||||
height: 650px;
|
||||
max-width: 1200px;
|
||||
@@ -1563,9 +1603,30 @@ button::-moz-focus-inner {
|
||||
.tox .tox-dialog__table td:first-child {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.tox .tox-dialog__iframe {
|
||||
min-height: 200px;
|
||||
}
|
||||
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
||||
background: #fff;
|
||||
}
|
||||
.tox .tox-navobj-bordered {
|
||||
position: relative;
|
||||
}
|
||||
.tox .tox-navobj-bordered::before {
|
||||
border: 1px solid #000000;
|
||||
border-radius: 3px;
|
||||
content: '';
|
||||
inset: 0;
|
||||
opacity: 1;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
||||
border-color: #207ab7;
|
||||
box-shadow: none;
|
||||
outline: 2px solid rgba(32, 122, 183, 0.25);
|
||||
}
|
||||
.tox .tox-dialog__popups {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -2296,6 +2357,9 @@ body.tox-dialog__disable-scroll {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
}
|
||||
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
.tox .tox-menu__label h1,
|
||||
.tox .tox-menu__label h2,
|
||||
@@ -2798,20 +2862,43 @@ body.tox-dialog__disable-scroll {
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tox .tox-statusbar__path {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
margin-right: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__right-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__help-text {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: space-between;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
||||
flex: 0 0 calc(100% / 3);
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.tox .tox-statusbar__path > * {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
@@ -2820,6 +2907,14 @@ body.tox-dialog__disable-scroll {
|
||||
flex: 0 0 auto;
|
||||
margin-left: 1ch;
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
||||
display: none;
|
||||
}
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar a,
|
||||
.tox .tox-statusbar__path-item,
|
||||
.tox .tox-statusbar__wordcount {
|
||||
@@ -2946,6 +3041,9 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-tbtn:active svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
||||
fill: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn--disabled,
|
||||
.tox .tox-tbtn--disabled:hover,
|
||||
.tox .tox-tbtn:disabled,
|
||||
@@ -2979,6 +3077,10 @@ body.tox-dialog__disable-scroll {
|
||||
/* stylelint-disable-line no-descending-specificity */
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
||||
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
||||
fill: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
||||
color: #fff;
|
||||
}
|
||||
@@ -3046,6 +3148,13 @@ body.tox-dialog__disable-scroll {
|
||||
background: #fff;
|
||||
color: #2A3746;
|
||||
}
|
||||
.tox .tox-number-input input:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button {
|
||||
background: transparent;
|
||||
color: #fff;
|
||||
@@ -3080,6 +3189,16 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-number-input button:active svg {
|
||||
fill: #fff;
|
||||
}
|
||||
.tox .tox-number-input button:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button:disabled svg {
|
||||
fill: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.tox .tox-number-input button.minus {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
@@ -3125,6 +3244,10 @@ body.tox-dialog__disable-scroll {
|
||||
white-space: nowrap;
|
||||
width: 7em;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
||||
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-split-button {
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
@@ -3170,6 +3293,10 @@ body.tox-dialog__disable-scroll {
|
||||
.tox.tox-platform-touch .tox-split-button__chevron {
|
||||
width: 20px;
|
||||
}
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.tox .tox-toolbar-overlord {
|
||||
background-color: #222f3e;
|
||||
}
|
||||
@@ -3452,9 +3579,6 @@ body.tox-dialog__disable-scroll {
|
||||
flex-direction: column;
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -3481,9 +3605,13 @@ body.tox-dialog__disable-scroll {
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
||||
margin-right: 6px;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--directory__label--active .tox-chevron {
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--leaf__label {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -272,6 +272,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
}
|
||||
@@ -505,7 +511,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #b4d7ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -613,7 +620,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
@@ -272,6 +272,12 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag {
|
||||
cursor: default !important;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.mce-content-body .mce-mergetag:hover {
|
||||
background-color: rgba(0, 108, 231, 0.1);
|
||||
}
|
||||
@@ -505,7 +511,8 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-content-body audio[data-mce-selected],
|
||||
.mce-content-body object[data-mce-selected],
|
||||
.mce-content-body embed[data-mce-selected],
|
||||
.mce-content-body table[data-mce-selected] {
|
||||
.mce-content-body table[data-mce-selected],
|
||||
.mce-content-body details[data-mce-selected] {
|
||||
outline: 3px solid #b4d7ff;
|
||||
}
|
||||
.mce-content-body hr[data-mce-selected] {
|
||||
@@ -613,7 +620,7 @@ div.mce-footnotes li > a.mce-footnotes-backlink {
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
.mce-toc li {
|
||||
.mce-toc ul > li {
|
||||
list-style-type: none;
|
||||
}
|
||||
[data-mce-block] {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
168
vendor/tinymce/tinymce/skins/ui/tinymce-5/skin.css
vendored
168
vendor/tinymce/tinymce/skins/ui/tinymce-5/skin.css
vendored
@@ -259,6 +259,10 @@ button::-moz-focus-inner {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bottom-anchorbar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.tox .tox-bar {
|
||||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
@@ -734,6 +738,7 @@ button::-moz-focus-inner {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 24px;
|
||||
max-width: 100%;
|
||||
text-transform: none;
|
||||
word-break: break-all;
|
||||
}
|
||||
@@ -1380,8 +1385,14 @@ button::-moz-focus-inner {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
padding: 16px 16px;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-dialog__body-nav {
|
||||
max-width: 11em;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
||||
flex-direction: row;
|
||||
@@ -1394,11 +1405,12 @@ button::-moz-focus-inner {
|
||||
border-bottom: 2px solid transparent;
|
||||
color: rgba(34, 47, 62, 0.7);
|
||||
display: inline-block;
|
||||
flex-shrink: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 8px;
|
||||
max-width: 13em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-dialog__body-nav-item:focus {
|
||||
background-color: rgba(32, 122, 183, 0.1);
|
||||
@@ -1412,7 +1424,7 @@ button::-moz-focus-inner {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
max-height: 650px;
|
||||
max-height: min(650px, calc(100vh - 110px));
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
padding: 16px 16px;
|
||||
@@ -1434,27 +1446,49 @@ button::-moz-focus-inner {
|
||||
.tox .tox-dialog__body-content a {
|
||||
color: #207ab7;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:hover,
|
||||
.tox .tox-dialog__body-content a:focus {
|
||||
color: #185d8c;
|
||||
text-decoration: none;
|
||||
color: #114060;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:focus-visible {
|
||||
border-radius: 1px;
|
||||
outline: 2px solid #207ab7;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
.tox .tox-dialog__body-content a:active {
|
||||
color: #185d8c;
|
||||
text-decoration: none;
|
||||
color: #092335;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.tox .tox-dialog__body-content svg {
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-dialog__body-content strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul {
|
||||
display: block;
|
||||
list-style-type: disc;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dd {
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.tox .tox-dialog__body-content ul,
|
||||
.tox .tox-dialog__body-content ol,
|
||||
.tox .tox-dialog__body-content dl,
|
||||
.tox .tox-dialog__body-content dd,
|
||||
.tox .tox-dialog__body-content dt {
|
||||
display: block;
|
||||
margin-inline-end: 0;
|
||||
margin-inline-start: 0;
|
||||
padding-inline-start: 2.5rem;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group h1 {
|
||||
color: #222f3e;
|
||||
@@ -1495,6 +1529,12 @@ button::-moz-focus-inner {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
|
||||
text-align: end;
|
||||
}
|
||||
.tox .tox-dialog--width-lg {
|
||||
height: 650px;
|
||||
max-width: 1200px;
|
||||
@@ -1563,9 +1603,30 @@ button::-moz-focus-inner {
|
||||
.tox .tox-dialog__table td:first-child {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.tox .tox-dialog__iframe {
|
||||
min-height: 200px;
|
||||
}
|
||||
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
||||
background: #fff;
|
||||
}
|
||||
.tox .tox-navobj-bordered {
|
||||
position: relative;
|
||||
}
|
||||
.tox .tox-navobj-bordered::before {
|
||||
border: 1px solid #cccccc;
|
||||
border-radius: 3px;
|
||||
content: '';
|
||||
inset: 0;
|
||||
opacity: 1;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
}
|
||||
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
||||
border-color: #207ab7;
|
||||
box-shadow: none;
|
||||
outline: 2px solid rgba(32, 122, 183, 0.25);
|
||||
}
|
||||
.tox .tox-dialog__popups {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -2296,6 +2357,9 @@ body.tox-dialog__disable-scroll {
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
}
|
||||
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
.tox .tox-menu__label h1,
|
||||
.tox .tox-menu__label h2,
|
||||
@@ -2798,20 +2862,43 @@ body.tox-dialog__disable-scroll {
|
||||
position: relative;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tox .tox-statusbar__path {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
margin-right: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__right-container {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tox .tox-statusbar__help-text {
|
||||
text-align: center;
|
||||
}
|
||||
.tox .tox-statusbar__text-container {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
justify-content: space-between;
|
||||
overflow: hidden;
|
||||
}
|
||||
@media only screen and (min-width: 768px ) {
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
||||
flex: 0 0 calc(100% / 3);
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
||||
justify-content: space-around;
|
||||
}
|
||||
.tox .tox-statusbar__path > * {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
@@ -2820,6 +2907,14 @@ body.tox-dialog__disable-scroll {
|
||||
flex: 0 0 auto;
|
||||
margin-left: 1ch;
|
||||
}
|
||||
@media only screen and (max-width: 767px ) {
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
||||
display: none;
|
||||
}
|
||||
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.tox .tox-statusbar a,
|
||||
.tox .tox-statusbar__path-item,
|
||||
.tox .tox-statusbar__wordcount {
|
||||
@@ -2946,6 +3041,9 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-tbtn:active svg {
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
||||
fill: rgba(34, 47, 62, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn--disabled,
|
||||
.tox .tox-tbtn--disabled:hover,
|
||||
.tox .tox-tbtn:disabled,
|
||||
@@ -2979,6 +3077,10 @@ body.tox-dialog__disable-scroll {
|
||||
/* stylelint-disable-line no-descending-specificity */
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
||||
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
||||
fill: rgba(34, 47, 62, 0.5);
|
||||
}
|
||||
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
||||
color: #222f3e;
|
||||
}
|
||||
@@ -3046,6 +3148,13 @@ body.tox-dialog__disable-scroll {
|
||||
background: #fff;
|
||||
color: #222f3e;
|
||||
}
|
||||
.tox .tox-number-input input:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(34, 47, 62, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button {
|
||||
background: transparent;
|
||||
color: #222f3e;
|
||||
@@ -3080,6 +3189,16 @@ body.tox-dialog__disable-scroll {
|
||||
.tox .tox-number-input button:active svg {
|
||||
fill: #222f3e;
|
||||
}
|
||||
.tox .tox-number-input button:disabled {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: rgba(34, 47, 62, 0.5);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-number-input button:disabled svg {
|
||||
fill: rgba(34, 47, 62, 0.5);
|
||||
}
|
||||
.tox .tox-number-input button.minus {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
@@ -3125,6 +3244,10 @@ body.tox-dialog__disable-scroll {
|
||||
white-space: nowrap;
|
||||
width: 7em;
|
||||
}
|
||||
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
||||
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tox .tox-split-button {
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
@@ -3170,6 +3293,10 @@ body.tox-dialog__disable-scroll {
|
||||
.tox.tox-platform-touch .tox-split-button__chevron {
|
||||
width: 20px;
|
||||
}
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
||||
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.tox .tox-toolbar-overlord {
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -3452,9 +3579,6 @@ body.tox-dialog__disable-scroll {
|
||||
flex-direction: column;
|
||||
/* stylelint-disable no-descending-specificity */
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -3481,9 +3605,13 @@ body.tox-dialog__disable-scroll {
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
||||
margin-right: 6px;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--directory__label--active .tox-chevron {
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
||||
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.tox .tox-tree .tox-tree--leaf__label {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user