diff --git a/build/98.css b/build/98.css index 3a1ea2f..e46bb4d 100644 --- a/build/98.css +++ b/build/98.css @@ -82,6 +82,8 @@ button, label, input, textarea, +select, +option, ul.tree-view, .title-bar-text { font-family: "Pixelated MS Sans Serif", Arial; @@ -250,7 +252,6 @@ legend { label { display: inline-flex; - line-height: 1; align-items: center; } diff --git a/docs/98.css b/docs/98.css index 3a1ea2f..e46bb4d 100644 --- a/docs/98.css +++ b/docs/98.css @@ -82,6 +82,8 @@ button, label, input, textarea, +select, +option, ul.tree-view, .title-bar-text { font-family: "Pixelated MS Sans Serif", Arial; @@ -250,7 +252,6 @@ legend { label { display: inline-flex; - line-height: 1; align-items: center; } diff --git a/style.css b/style.css index 8aa9bfe..b398b66 100644 --- a/style.css +++ b/style.css @@ -86,6 +86,8 @@ button, label, input, textarea, +select, +option, ul.tree-view, .title-bar-text { font-family: "Pixelated MS Sans Serif", Arial; @@ -242,7 +244,6 @@ legend { label { display: inline-flex; - line-height: 1; align-items: center; }