react-bootstrap-table2/packages/react-bootstrap-table2-example/stories/stylesheet/cell-edit/_index.scss
Allen cb6410bbe4 fix #101
* implement cell editor style/class

* add stories for custom cell editor style and class

* patch testing for cell editor style and class

* patch docs for cell editor style and class
2017-10-18 09:15:41 -05:00

11 lines
177 B
SCSS

.editing-name {
background-color: #20B2AA;
}
.editing-price-bigger-than-2101 {
background-color: #00BFFF;
}
.editing-price-small-than-2101 {
background-color: #00FFFF;
}