浏览代码

More style fixes

Steven Silvester 8 年之前
父节点
当前提交
b93e52cbd0
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      packages/notebook/style/index.css

+ 5 - 0
packages/notebook/style/index.css

@@ -256,6 +256,11 @@
 
 
 .jp-KeySelector .jp-select-wrapper {
+  background: white;
+}
+
+
+.jp-KeySelector select.jp-mod-styled {
   font-size: var(--jp-ui-font-size1);
   color: var(--jp-ui-font-color0);
 }