scinote-web/vendor/assets/stylesheets/handsontable.formula.css

13 lines
164 B
CSS
Raw Normal View History

/*
Licensed under the MIT license
Copyright (c) 2014 handsontable
*/
2016-09-05 19:36:45 +08:00
td.formula {
background-color: yellow;
}
td.formula-error {
background-color: red;
}