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