From cd0f1f32410549601267889a82197018c6febad1 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Thu, 23 Apr 2020 13:33:53 -0400 Subject: [PATCH] add select boxes and fix line height --- build/98.css | 3 ++- docs/98.css | 3 ++- style.css | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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; }