|
@@ -0,0 +1,18 @@
|
|
|
+/*-----------------------------------------------------------------------------
|
|
|
+| Copyright (c) Jupyter Development Team.
|
|
|
+| Distributed under the terms of the Modified BSD License.
|
|
|
+|----------------------------------------------------------------------------*/
|
|
|
+
|
|
|
+#jp-MainMenu.p-Widget.p-MenuBar {
|
|
|
+ background: #EEEEEE;
|
|
|
+}
|
|
|
+
|
|
|
+#p-top-panel.p-Widget.p-Panel {
|
|
|
+ border-bottom: 1px solid #BDBDBD;
|
|
|
+ background: #EEEEEE;
|
|
|
+ top: 0px;
|
|
|
+ left: 0px;
|
|
|
+ min-height: 24px;
|
|
|
+ height: 24px;
|
|
|
+ position: absolute;
|
|
|
+}
|