scinote-web/vendor/assets/stylesheets/handsontable.formula.css
2021-03-29 11:49:19 +02:00

13 lines
164 B
CSS

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