latest Ninja update... where to find?
Using Jamroom
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!