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

9 lines
127 B
CSS
Raw Normal View History

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