mirror of
https://github.com/jdan/98.css.git
synced 2025-08-28 16:19:57 +02:00
add select boxes and fix line height
This commit is contained in:
@@ -82,6 +82,8 @@ button,
|
|||||||
label,
|
label,
|
||||||
input,
|
input,
|
||||||
textarea,
|
textarea,
|
||||||
|
select,
|
||||||
|
option,
|
||||||
ul.tree-view,
|
ul.tree-view,
|
||||||
.title-bar-text {
|
.title-bar-text {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
@@ -250,7 +252,6 @@ legend {
|
|||||||
|
|
||||||
label {
|
label {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
line-height: 1;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -82,6 +82,8 @@ button,
|
|||||||
label,
|
label,
|
||||||
input,
|
input,
|
||||||
textarea,
|
textarea,
|
||||||
|
select,
|
||||||
|
option,
|
||||||
ul.tree-view,
|
ul.tree-view,
|
||||||
.title-bar-text {
|
.title-bar-text {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
@@ -250,7 +252,6 @@ legend {
|
|||||||
|
|
||||||
label {
|
label {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
line-height: 1;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -86,6 +86,8 @@ button,
|
|||||||
label,
|
label,
|
||||||
input,
|
input,
|
||||||
textarea,
|
textarea,
|
||||||
|
select,
|
||||||
|
option,
|
||||||
ul.tree-view,
|
ul.tree-view,
|
||||||
.title-bar-text {
|
.title-bar-text {
|
||||||
font-family: "Pixelated MS Sans Serif", Arial;
|
font-family: "Pixelated MS Sans Serif", Arial;
|
||||||
@@ -242,7 +244,6 @@ legend {
|
|||||||
|
|
||||||
label {
|
label {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
line-height: 1;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user