mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
12 lines
164 B
CSS
12 lines
164 B
CSS
/*
|
|
Licensed under the MIT license
|
|
Copyright (c) 2014 handsontable
|
|
*/
|
|
|
|
td.formula {
|
|
background-color: yellow;
|
|
}
|
|
|
|
td.formula-error {
|
|
background-color: red;
|
|
}
|