瀏覽代碼

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);
 }