From dd1dfcb9e8fab0230d4ee8aff41afb271a3d80b9 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 18 Oct 2014 12:41:27 +0200 Subject: [PATCH] Fixed cursor for disabled prev/next post links --- public_html/css/post.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/post.css b/public_html/css/post.css index 817769b6..76407700 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -26,6 +26,7 @@ } #post-current-search a:not(.enabled) { color: silver; + cursor: text; } #post-view-wrapper #sidebar {