Tweak editor page and box styles.

This commit is contained in:
Kailash Nadh 2021-09-21 23:34:04 +05:30
parent ffcb9879c8
commit b6f68b8786

View file

@ -89,7 +89,7 @@ section {
.box {
background: $white;
box-shadow: 2px 2px 0 #f3f3f3;
border: 1px solid #eee;
border: 1px solid #e6e6e6;
}
.box hr {
background-color: #efefef;
@ -211,12 +211,19 @@ body.is-noscroll {
.tox-tinymce {
box-shadow: 2px 2px 0 #f3f3f3;
border: 1px solid #eee;
border: 1px solid #e6e6e6;
border-radius: 3px;
.tox-toolbar__primary {
border-color: #eee !important;
border-color: #e6e6e6 !important;
}
}
.tox-statusbar__branding {
display: none;
}
.tox .tox-statusbar {
border: 0;
}
}
.plain-editor textarea {
height: 65vh;