diff --git a/plate-tool-web/assets/scss/default_theme/components/_plates.scss b/plate-tool-web/assets/scss/default_theme/components/_plates.scss index a86cd26..8c9b685 100644 --- a/plate-tool-web/assets/scss/default_theme/components/_plates.scss +++ b/plate-tool-web/assets/scss/default_theme/components/_plates.scss @@ -53,6 +53,41 @@ td.current_select div.plate_cell_inner { // Styles for specific plate types: +.W96 { + th { + font-size: 0.9rem; + line-height: 0px; + } + tr:first-child { + th { + line-height: inherit; + } + } + td { + padding: 0; + } + td.current_select div.plate_cell_inner { + border: 2px solid black; + } +} + +.W384 { + th { + font-size: 0.9rem; + line-height: 0px; + } + tr:first-child { + th { + line-height: inherit; + } + } + td { + padding: 0; + } + td.current_select div.plate_cell_inner { + border: 2px solid black; + } +} .W1536 { th {