Alter CSS for smaller pointers
See original GitHub issueGreat directive. I love it, but need it to be a little smaller.
I modified the CSS (basically divided all of this in half) to achieve smaller pointers…
rzslider .rz-pointer { width: 16px;height: 16px;border-radius: 8px; top: -7px }
rzslider .rz-pointer:after { top: 6px;left: 6px;width: 4px;height: 4px; border-radius: 2px }
… but they do not align with the tick marks. Any tips to acheive that alignment?

Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
cursor - CSS: Cascading Style Sheets - MDN Web Docs
The cursor CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.
Read more >Changing the Cursor with CSS for Better User Experience (or ...
Hover over the link and the cursor changes from the default black arrow to a hand with its index finger extended, otherwise known...
Read more >twitter bootstrap - CSS class for pointer cursor - Stack Overflow
What I would suggest you is just to create a class in your common css as cursor-pointer . That is simple and elegant...
Read more >How to Change Font Size in CSS - HubSpot Blog
Relative-size keywords set the font larger or smaller relative to the parent element's font size. Relative sizes are roughly based on the ratio ......
Read more >CSS line-height property - W3Schools
Set the line height for different <div> elements: · normal · 1.6 · line-height: 80%; } div.d { · 200% ; Set the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes also the ticks are not correctly positioned. The easiest way to tweak the style is to modify the less variables and regenerate the css file.
Here’s the correct generated file with the value you mentioned:
To achieve this, I only had to modify the following variables:
This is definitely possible, you just need to tweak the css: I’m using rectangular shaped pointers at work 😉