소스 검색

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);
+
+}