Browse Source

More style fixes

Steven Silvester 8 years ago
parent
commit
b93e52cbd0
1 changed files with 5 additions and 0 deletions
  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);
 }