From 4ed808feef67d449c3a436344574b03a1f48975b Mon Sep 17 00:00:00 2001
From: ebinBuddha <30810167+ebinBuddha@users.noreply.github.com>
Date: Sat, 13 Apr 2019 22:14:00 +0200
Subject: [PATCH] fixed css added javascript:void(0) to get the right cursor
---
src/Miscellaneous/PostJumper.coffee | 2 +-
src/css/style.css | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/Miscellaneous/PostJumper.coffee b/src/Miscellaneous/PostJumper.coffee
index c8f3c76fa..e8f7ef89b 100644
--- a/src/Miscellaneous/PostJumper.coffee
+++ b/src/Miscellaneous/PostJumper.coffee
@@ -56,7 +56,7 @@ PostJumper =
classNext = 'next'
span = $.el 'span',
className: cl
- $.extend span, <%= html('${charPrev}${charNext}') %>
+ $.extend span, <%= html('${charPrev}${charNext}') %>
span
scroll: (fromID,toID) ->
diff --git a/src/css/style.css b/src/css/style.css
index 9c813ca58..b8245b6e5 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -917,6 +917,8 @@ div[data-checked="false"] > .suboption-list {
.catalog-post > * > .fileText > :not(:first-child),
.catalog-post > .postInfo > :not(.subject):not(.nameBlock):not(.dateTime),
.catalog-post > * > * > .posteruid,
+.catalog-post > * > * > .uniqueIDJumper,
+.catalog-post > * > * > .capcodeJumper,
:root.bottom-backlinks .catalog-post > .container,
.post:not(.catalog-post) > .catalog-link,
.post:not(.catalog-post) > .catalog-stats,
@@ -2403,3 +2405,9 @@ a:only-of-type > .remove {
:root.gallery-open.fixed #header-bar:not(.autohide) #shortcuts .fa::before {
visibility: hidden;
}
+.capcodeJumper > .prev,
+.capcodeJumper > .next,
+.uniqueIDJumper > .prev,
+.uniqueIDJumper > .next {
+ font-size: 120%;
+}