Browse Source

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

Command Pallete 'no matches' styling
Steven Silvester 8 years ago
parent
commit
6751fcb588
1 changed files with 9 additions and 0 deletions
  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-family: var(--jp-ui-font-family);
     font-weight: lighter;
     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);
+
+}