mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-15 16:31:13 +08:00
Removed toolbar dialog background line
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user