mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-20 22:18:25 +08:00
parent
79f1e87cd0
commit
f421a2e1d6
@ -207,7 +207,6 @@ body.mce-fullscreen .page-editor .edit-area {
|
||||
}
|
||||
a.button {
|
||||
margin: 0;
|
||||
color: #FFF;
|
||||
}
|
||||
.svg-icon {
|
||||
width: 1.2em;
|
||||
|
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
@if(userCan('page-update', $page))
|
||||
<a href="{{ $page->getUrl('/edit') }}" id="pointer-edit" data-edit-href="{{ $page->getUrl('/edit') }}"
|
||||
class="button outline icon heading-edit-icon ml-s px-s" title="{{ trans('entities.pages_edit_content_link')}}">@icon('edit')</a>
|
||||
class="button primary outline icon heading-edit-icon ml-s px-s" title="{{ trans('entities.pages_edit_content_link')}}">@icon('edit')</a>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user