2021-03-29 17:49:19 +08:00
|
|
|
/*
|
|
|
|
Licensed under the MIT license
|
|
|
|
Copyright (c) 2014 handsontable
|
|
|
|
*/
|
2019-07-03 15:18:30 +08:00
|
|
|
|
2016-09-05 19:36:45 +08:00
|
|
|
td.formula {
|
|
|
|
background-color: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.formula-error {
|
|
|
|
background-color: red;
|
2021-03-29 17:49:19 +08:00
|
|
|
}
|