color change of selected rows
This commit is contained in:
@@ -638,15 +638,15 @@ const selectedRowClassNameFunction = (item) => {
|
||||
}
|
||||
|
||||
.selected-row {
|
||||
--easy-table-body-row-hover-background-color: #f56c6c;
|
||||
--easy-table-body-row-background-color: #f56c6c;
|
||||
--easy-table-body-row-font-color: #fff;
|
||||
--easy-table-body-even-row-background-color: #f56c6c;
|
||||
--easy-table-body-row-hover-background-color: #e5e6f9;
|
||||
--easy-table-body-row-background-color: #e5e6f9;
|
||||
--easy-table-body-row-font-color: #000;
|
||||
--easy-table-body-even-row-background-color: #e5e6f9;
|
||||
}
|
||||
|
||||
:root .result-country {
|
||||
--easy-table-body-row-background-color: yellow;
|
||||
--easy-table-body-even-row-background-color: yellow;
|
||||
--easy-table-body-row-background-color: #e5e6f9;
|
||||
--easy-table-body-even-row-background-color: #e5e6f9;
|
||||
}
|
||||
</style>
|
||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
||||
|
||||
Reference in New Issue
Block a user