<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form_element_file_preview {
  max-width: 64px;
  max-height: 32px;
  float: left;
  margin-right: 2px;
}
.form_element_file .value {
  display: inline-block;
}
.form_element_file label input[type="file"] {
  position: fixed;
  top: -1000px;
}
.form_element_file label {
  display: inline-block;
}
table.form .form_element_file label:hover {
  text-decoration: none;
}
</pre></body></html>