mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
* 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
11 lines
177 B
SCSS
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;
|
|
} |