From 6956dc39c2df9a6db5b6b402b931cf5baf586232 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 14 Nov 2019 15:02:22 +0100 Subject: gray out inactive navigation links As per [this issue](https://github.com/Semantic-Org/Semantic-UI/issues/1885#issuecomment-77619519), text colors are not supported in semantic ui. To not move text too much, gray out inactive links. --- python/fatcat_web/templates/entity_macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 5e980fec..390327bc 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -259,7 +259,7 @@ yellow « Previous {% endif %} {% else %} - « Previous + « Previous {% endif %}   Showing results {{ found.offset }} — {{ found.offset + @@ -268,7 +268,7 @@ found.count_returned }} out of {{ found.count_found }} results   {% if found.offset + found.limit < found.count_found and found.offset + found.limit < found.deep_page_limit %} Next » {% else %} - Next » + Next » {% endif %} -- cgit v1.2.3