Skip to content

Commit 4659b6b

Browse files
author
tohosaku
committed
Fix selectors
1 parent a736e67 commit 4659b6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/themes/html.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
je-form-input-label {
1+
.je-form-input-label {
22
display: block;
33
margin-bottom: 3px;
44
font-weight: bold;
55
}
6-
je-form-input-description {
6+
.je-form-input-description {
77
display: inline-block;
88
margin: 0;
99
font-size: 0.8em;
1010
font-style: italic;
1111
}
12-
je-indented-panel {
12+
.je-indented-panel {
1313
padding: 5px;
1414
margin: 10px;
1515
border-radius: 3px;
1616
border: 1px solid #ddd;
1717
}
18-
je-child-editor-holder {
18+
.je-child-editor-holder {
1919
margin-bottom: 8px;
2020
}
21-
je-header-button-holder {
21+
.je-header-button-holder {
2222
display: inline-block;
2323
margin-left: 10px;
2424
font-size: 0.8em;
2525
vertical-align: middle;
2626
}
27-
je-table {
27+
.je-table {
2828
margin-bottom: 5px;
2929
border-bottom: 1px solid #ccc;
3030
}

0 commit comments

Comments
 (0)