solved latest Ninja update... where to find?

Strumelia
Strumelia
@strumelia
6 years ago
3,603 posts
The newest update says:
"Ninja Skin changelog
Version 2.0.10:
- New: Styling for range form field"

This sounds like something I might like to add to my custom skin... but where to find the code change? Is it not in a Ninja template?


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 08/22/18 08:36:40PM
douglas
@douglas
6 years ago
2,790 posts
Strumelia:
The newest update says:
"Ninja Skin changelog
Version 2.0.10:
- New: Styling for range form field"

This sounds like something I might like to add to my custom skin... but where to find the code change? Is it not in a Ninja template?


That was an addition to the form_input.css file.

Quote:
/* @title Text Input */
/* @help Format for Text Input form elements */
.form_range {
color:#000000;
font-size:14px;
padding:5px; /* @ignore */
margin:0 2px; /* @ignore */
background-color:#FFFFFF;
border:0;
vertical-align: middle;
}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
Strumelia
Strumelia
@strumelia
6 years ago
3,603 posts
Yes, thank you!
I've checked out the differences and carried the new changes into my custom .css file.



--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 05/22/18 01:45:41PM