diff --git a/src/multi-select/index.html b/src/multi-select/index.html
index 1c642d0..18a20d8 100644
--- a/src/multi-select/index.html
+++ b/src/multi-select/index.html
@@ -46,7 +46,7 @@
}
tp-multi-select-option + tp-multi-select-option {
- border-top: 1px solid #000;
+ background-color: gainsboro;
}
tp-multi-select-select-all[selected="yes"]::after,
@@ -97,14 +97,18 @@