diff --git a/static/css/themes/dark.css b/static/css/themes/dark.css index dbc9c80..d08a68a 100644 --- a/static/css/themes/dark.css +++ b/static/css/themes/dark.css @@ -145,7 +145,7 @@ color: #e1e1e1; } -.bottom-window-group .tabs-panel > div{ +.bottom-window-group .tabs-panel { background-color: #181818; color: #ebebeb; } diff --git a/static/js/windows.js b/static/js/windows.js index 8909f0c..3fc60b2 100644 --- a/static/js/windows.js +++ b/static/js/windows.js @@ -221,15 +221,6 @@ var windows = { windows.isMaxEditor = false; $(".toolbars .font-ico").addClass('ico-max').removeClass('ico-restore').attr('title', config.label.max_editor); }, - minBottom: function () { - windows.innerLayout.close('south'); - }, - minSide: function () { - windows.outerLayout.close('west'); - }, - minSideRight: function () { - windows.innerLayout.close('east'); - }, refreshEditor: function (pane, type) { console.log(type) var editorDatas = editors.data, @@ -248,7 +239,7 @@ var windows = { $('.bottom-window-group .search').height($('.bottom-window-group .tabs-panel').height()); }, flowBottom: function () { - windows.innerLayout.open('south'); - windows.innerLayout.slideOpen('south'); + // windows.innerLayout.open('south'); + // windows.innerLayout.slideOpen('south'); } }; \ No newline at end of file