ソースを参照

Tweaked the dialog styling. Header text is now a heavier weight, the subheaders for the input fields and dropdowns are now smaller and a more subtle color to not confuse the user that it is editable text and is not in the forefront as much

cameronoelsen 8 年 前
コミット
a25395a0a2
1 ファイル変更5 行追加2 行削除
  1. 5 2
      src/dialog/index.css

+ 5 - 2
src/dialog/index.css

@@ -46,7 +46,7 @@
   flex: 0 0 auto;
   padding-bottom: 12px;
   font-size: 20px;
-  font-weight: 300;
+  font-weight: 400;
   color: #616161;
 }
 
@@ -115,7 +115,10 @@
 
 .jp-Dialog-bodyContent > label {
   padding-top: 4px;
-  padding-bottom: 4px
+  padding-bottom: 4px;
+  line-height: 1.4;
+  font-size: 13px;
+  color: var(--md-grey-700);
 }