scinote-web/vendor/assets/stylesheets/handsontable.formula.sass.scss
2023-07-06 13:26:41 +02:00

12 lines
164 B
SCSS

/*
Licensed under the MIT license
Copyright (c) 2014 handsontable
*/
td.formula {
background-color: yellow;
}
td.formula-error {
background-color: red;
}