Explorar el Código

Styled command pallete message when no matches are found

cameronoelsen hace 8 años
padre
commit
5bf17f6273
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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);
+
+}