fixed css

added javascript:void(0) to get the right cursor
This commit is contained in:
ebinBuddha 2019-04-13 22:14:00 +02:00
parent 99c82d5e9e
commit 4ed808feef
2 changed files with 9 additions and 1 deletions

View File

@ -56,7 +56,7 @@ PostJumper =
classNext = 'next'
span = $.el 'span',
className: cl
$.extend span, <%= html('<a class="${classPrev}">${charPrev}</a><a class="${classNext}">${charNext}</a>') %>
$.extend span, <%= html('<a href="javascript:void(0);" class="${classPrev}">${charPrev}</a><a href="javascript:void(0);" class="${classNext}">${charNext}</a>') %>
span
scroll: (fromID,toID) ->

View File

@ -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%;
}