Skip to content

Commit dbe4323

Browse files
committed
Move inline-block styling to user-agent and add button
Fixes servo#8064
1 parent 662ff9b commit dbe4323

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

resources/servo.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
input, textarea, select { display: inline-block; }
21
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: nowrap; }
32
textarea { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: pre; }
43
button,

resources/user-agent.css

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ input[type="submit"], select, button {
251251
box-sizing: border-box;
252252
}
253253

254+
input, textarea, select, button { display: inline-block; }
254255

255256
hr { color: gray; border-style: inset; border-width: 1px; margin: 0.5em auto; }
256257

0 commit comments

Comments
 (0)