From 1b4076fda2e543bded822e93bbecafb7a122b987 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 09 2016 22:13:21 +0000 Subject: Show the next/previous page icon as disabled when they are --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 74db45e..1d209ee 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -3,6 +3,11 @@ html font-size:14px; } +.disabled a { + pointer-events: none; + color: #808080; +} + .nav-tabs { border-bottom:none;