Posts: 163
Threads: 82
Joined: Jul 2015
Reputation:
1
Hi ,
I need to increase size all the Circular Sliders in my project. If you share css code, i will be pleased.
Thanks,
Posts: 1759
Threads: 6
Joined: Jul 2015
Reputation:
115
23.05.2018, 20:55
(This post was last modified: 23.05.2018, 20:56 by Erwin van der Zwart .)
Hi,
You can do that by using the mass edit function on the object tab. Filter your objects and edit the vis parameter 'Size' of the circular slider control types.
BR,
Erwin
Posts: 155
Threads: 12
Joined: Sep 2015
Reputation:
13
be careful. mass edit will change all sliders params (line color, buttons)
Posts: 163
Threads: 82
Joined: Jul 2015
Reputation:
1
Hi,
Changing size didn't worked.
I attached 2 screenshots. One of them has %300 size . Other has %200 size. As you can see size are same in both screenshots
Attached Files
Thumbnail(s)
Posts: 4572
Threads: 23
Joined: Aug 2017
Reputation:
206
Hi
As description says this works only in show control mode.
Code:
.popover.control-circularslider {
transform: scale(2)!important;
}
This should do, it will change all sliders.
BR
------------------------------
Ctrl+F5
Posts: 163
Threads: 82
Joined: Jul 2015
Reputation:
1
Hi there,
Can you send same code for custom value select , direct input and slider alternatives ?
Thanks,
Posts: 7720
Threads: 42
Joined: Jun 2015
Reputation:
446
.popover.control-vselect - custom value select
.popover.control-slider - slider
.popover.control-spinner - numeric input