Ver Fonte

Styled command pallete message when no matches are found

cameronoelsen há 8 anos atrás
pai
commit
5bf17f6273
1 ficheiros alterados com 9 adições e 0 exclusões
  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);
+
+}