diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css index 9f23830..d2437d3 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css +++ b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css @@ -43,6 +43,10 @@ font-size: 14px; } +.btn:hover { + color: white; +} + .search-divisor { margin-top: 0px; } diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html index ea0b892..e860b7d 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html +++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/search/search.html @@ -32,35 +32,50 @@ {% block main-content %}
- {% trans "Total de "%}{{ page.paginator.count }}{% trans " respostas na sua pesquisa"%} -
++ {% trans "Total de "%}{{ page.paginator.count }}{% trans " respostas na sua pesquisa"%} +
+{% trans "Ordenar por:" %} + +
+