mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 17:47:52 +00:00
Removed toolbar dialog background line
This commit is contained in:
parent
6a6f00058f
commit
a9ee2e6889
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue