Imprv/kibela dev4.0 final fix
@@ -315,7 +315,7 @@
"konami_code_url": "https://ja.wikipedia.org/wiki/コナミコマンド"
},
"editor": {
- "titile": "エディターショートカット",
+ "title": "エディターショートカット",
"Indent": "インデント",
"Outdent": "左インデント",
"Save Page": "保存",
@@ -77,7 +77,7 @@ class RecentCreated extends React.Component {
return (
<div className="page-list-container-create">
- <ul className="page-list-ul page-list-ul-flat">
+ <ul className="page-list-ul page-list-ul-flat mb-3">
{pageList}
</ul>
<PaginationWrapper
@@ -123,6 +123,9 @@ body.kibela {
}
/* Modal */
+ .modal-title {
+ color: #ffffff; // override header colors
+ }
.modal-content {
background-color: $themelight;
@@ -2,7 +2,7 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
- <div class="modal-header text-light">
+ <div class="modal-header bg-primary text-light">
<div class="modal-title">{{ t('Shortcuts') }}</div>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
@@ -29,7 +29,7 @@
{% endif %}
{% if redirectFrom or req.query.renamed or req.query.redirectFrom %}
- <div class="alert alert-info d-edit-none py-3 px-4 d-flex align-items-center justify-content-between">
+ <div class="alert alert-pink d-edit-none py-3 px-4 d-flex align-items-center justify-content-between">
<span>
{% set fromPath = req.query.renamed or req.query.redirectFrom %}
{% if redirectFrom or req.query.redirectFrom %}