diff --git a/templates/base.html b/templates/base.html index c7a2ae7..c8fa1bb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -27,26 +27,6 @@ #search-results div:hover, #search-results div.active { background-color: #e2e8f0; } - .search-container { - position: relative; - width: 40px; - transition: width 0.3s ease-in-out; - } - .search-container.expanded { - width: 200px; - } - #search-input { - width: 100%; - padding-left: 30px; - background-image: url('data:image/svg+xml;utf8,'); - background-repeat: no-repeat; - background-position: 8px center; - background-size: 16px; - cursor: pointer; - } - #search-input:focus { - cursor: text; - } /* Scroll-responsive navigation styles */ .nav-hidden { @@ -80,10 +60,6 @@