scinote-web/app/assets/stylesheets/shared/handson_table.scss
2023-09-18 15:35:27 +02:00

17 lines
345 B
SCSS

.handsontable {
.ht__highlight {
background: var(--sn-light-grey) !important;
}
th {
background: var(--sn-super-light-grey) !important;
border-color: var(--sn-light-grey) !important;
}
td.area:before {
background: var(--sn-science-blue) !important;
}
td {
border-color: var(--sn-light-grey) !important;
}
}