Skip to content

Commit 1e2e750

Browse files
committed
CSS: Fix "color" input type, so it renders properly in safari.
1 parent e26e0bf commit 1e2e750

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

htdocs/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,11 @@ body.dark .dialog .plugin_param_editor_cont {
16791679
left: 4px;
16801680
}
16811681

1682+
.form_row input[type="color"] {
1683+
padding-top: 0;
1684+
padding-bottom: 0;
1685+
}
1686+
16821687
/* Job Details Page */
16831688

16841689
.summary_grid {

0 commit comments

Comments
 (0)