瀏覽代碼

Add semantic class and top border to editor widget

Sylvain Corlay 8 年之前
父節點
當前提交
7e2426e14a
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 7 0
      src/editorwidget/theme.css
  2. 1 1
      src/theme.css

+ 7 - 0
src/editorwidget/theme.css

@@ -0,0 +1,7 @@
+/*-----------------------------------------------------------------------------
+| Copyright (c) Jupyter Development Team.
+| Distributed under the terms of the Modified BSD License.
+|----------------------------------------------------------------------------*/
+.jp-EditorWidget {
+    border-top: 1px solid #E0E0E0;
+}

+ 1 - 1
src/theme.css

@@ -7,5 +7,5 @@
 @import './dialog/theme.css';
 @import './filebrowser/theme.css';
 @import './terminal/theme.css';
-
+@import './editorwidget/theme.css';