浏览代码

Merge pull request #1800 from cameronoelsen/pallete-no-results-style

Command Pallete 'no matches' styling
Steven Silvester 8 年之前
父节点
当前提交
6751fcb588
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/commandpalette/index.css

+ 9 - 0
src/commandpalette/index.css

@@ -178,3 +178,12 @@
     font-family: var(--jp-ui-font-family);
     font-weight: lighter;
 }
+
+.p-CommandPalette-emptyMessage {
+  text-align: center;
+  margin-top: 24px;
+  line-height: 1.32;
+  padding: 0px 8px;
+  color: var(--jp-content-font-color3);
+
+}