mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 05:34:53 +08:00
17 lines
345 B
SCSS
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;
|
|
}
|
|
}
|