Skip to content

Commit

Permalink
FE Form Chooser: draw border around field (similar to form)
Browse files Browse the repository at this point in the history
  • Loading branch information
plepe committed Jan 6, 2018
1 parent 8d74f12 commit 4a94f64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/form_element_form_chooser.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@
.form_element_form_chooser_table.small > tbody > tr {
padding-bottom: 0.5em;
}
span.form_element_form_chooser {
display: block;
border: 1px solid black;
}
4 changes: 4 additions & 0 deletions inc/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ span.form_element_file span.form_modified span.value
}

/* embedded form */
span.form_element_form_chooser {
border: 1px inset black;
border-radius: 3px;
}
.form_element_form.form_element_array_part_element {
border: 1px inset black;
border-radius: 3px;
Expand Down

0 comments on commit 4a94f64

Please sign in to comment.