Removed toolbar dialog background line

This commit is contained in:
Dan Brown 2022-07-23 10:43:47 +01:00
parent 6a6f00058f
commit a9ee2e6889
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -35,6 +35,11 @@ body.page-content.mce-content-body {
padding-bottom: 5rem;
}
// Remove svg background line in toolbar items
.tox .tox-pop__dialog .tox-toolbar {
background: transparent !important;
}
// Center toolbar items
.tox-toolbar__primary {
justify-content: center;