diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index 845e328..6c40a51 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -384,7 +384,7 @@ watch(ccodes, (codes) => { Results for {{ itemCode }}
- + @@ -507,9 +507,14 @@ watch(ccodes, (codes) => { width: 128px; } -:root .result-country { +.result-country { --easy-table-body-row-background-color: yellow !important; } + +.even-row .result-country { + --easy-table-body-row-background-color: yellow !important; +} +