diff --git a/app/static/index.html b/app/static/index.html index a77c5b2..483e270 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -355,6 +355,28 @@ box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1); } + .symbol-table .symbol-category-select { + font-size: 13px; + color: var(--gray-700); + padding: 6px 10px; + border: 1px solid var(--gray-200); + border-radius: 6px; + width: 120px; + background: white; + cursor: pointer; + transition: all 0.2s; + } + + .symbol-table .symbol-category-select:hover { + border-color: var(--primary-light); + } + + .symbol-table .symbol-category-select:focus { + outline: none; + border-color: var(--primary-light); + box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1); + } + .symbol-table .symbol-actions { display: flex; gap: 6px; @@ -902,7 +924,7 @@