Prechádzať zdrojové kódy

Make widgets white by default

Steven Silvester 8 rokov pred
rodič
commit
f518527078
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 5 0
      src/default-theme/index.css

+ 5 - 0
src/default-theme/index.css

@@ -36,6 +36,11 @@ body {
 }
 
 
+.p-Widget {
+  background: white;
+}
+
+
 .jp-Document {
   min-width: 120px;
   min-height: 120px;