Skip to content

Commit 06d76a6

Browse files
authored
modify styles for this test case
1 parent 2ef8bc0 commit 06d76a6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tests/button-input-button.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,21 @@
3535
padding: 0;
3636
}
3737
h2 {font-size:2em}
38-
.testcase > * {
38+
.testcase > *:not(p) {
3939
border: 1px dotted;
4040
padding: .25em;
4141
}
42+
43+
html .testcase input {
44+
background: #1b75bc;
45+
border: 1px solid black;
46+
border-radius: .125em;
47+
color: #fff;
48+
font-family: "Roboto Slab", Cambria, Georgia, serif;
49+
font-size: 1.125em;
50+
letter-spacing: 1px;
51+
padding: .5em 1em;
52+
}
4253
</style>
4354
</head>
4455
<body>

0 commit comments

Comments
 (0)