Tweak editor page and box styles.
This commit is contained in:
parent
ffcb9879c8
commit
b6f68b8786
1 changed files with 10 additions and 3 deletions
|
@ -89,7 +89,7 @@ section {
|
||||||
.box {
|
.box {
|
||||||
background: $white;
|
background: $white;
|
||||||
box-shadow: 2px 2px 0 #f3f3f3;
|
box-shadow: 2px 2px 0 #f3f3f3;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #e6e6e6;
|
||||||
}
|
}
|
||||||
.box hr {
|
.box hr {
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
|
@ -211,12 +211,19 @@ body.is-noscroll {
|
||||||
|
|
||||||
.tox-tinymce {
|
.tox-tinymce {
|
||||||
box-shadow: 2px 2px 0 #f3f3f3;
|
box-shadow: 2px 2px 0 #f3f3f3;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #e6e6e6;
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
.tox-toolbar__primary {
|
.tox-toolbar__primary {
|
||||||
border-color: #eee !important;
|
border-color: #e6e6e6 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.tox-statusbar__branding {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.tox .tox-statusbar {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.plain-editor textarea {
|
.plain-editor textarea {
|
||||||
height: 65vh;
|
height: 65vh;
|
||||||
|
|
Loading…
Reference in a new issue