1
0
mirror of https://github.com/jdan/98.css.git synced 2025-07-31 11:00:14 +02:00

add select boxes and fix line height

This commit is contained in:
Jordan Scales
2020-04-23 13:33:53 -04:00
parent 9b8ab84fe3
commit cd0f1f3241
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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