mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-03-25 23:24:27 +00:00
* implement row seleciton style and class * add testing for row selection style and class * refine select row test * add stories for row selection style and class * add docs for row selection style and class * patch for wrong docs
11 lines
170 B
SCSS
11 lines
170 B
SCSS
.selection-row {
|
|
background-color: #c8e6c9;
|
|
}
|
|
|
|
.row-index-bigger-than-2101 {
|
|
background-color: #00BFFF;
|
|
}
|
|
|
|
.row-index-small-than-2101 {
|
|
background-color: #00FFFF;
|
|
} |