diff --git a/templates/index.html b/templates/index.html
index b61e76b..b622fc8 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -116,6 +116,24 @@
border-color: rgba(15, 23, 42, 0.14) !important;
z-index: 2000 !important;
}
+ .ts-dropdown .ts-dropdown-content { padding: 6px; }
+ .ts-dropdown [data-selectable].option {
+ border-radius: 10px;
+ margin: 2px 0;
+ padding: 8px 10px;
+ transition: background-color .12s ease, transform .12s ease, box-shadow .12s ease;
+ }
+ .ts-dropdown [data-selectable].option:hover {
+ background: rgba(79, 70, 229, 0.08) !important;
+ transform: translateX(2px);
+ }
+ .ts-dropdown .option.active,
+ .ts-dropdown .option.active.create {
+ background: rgba(79, 70, 229, 0.12) !important;
+ color: rgba(15, 23, 42, 0.96) !important;
+ box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.16);
+ }
+ .ts-dropdown .option.active:hover { background: rgba(79, 70, 229, 0.14) !important; }
.btn-detail {
border-color: rgba(79, 70, 229, 0.30) !important;