Lets say I have a simple list like so:
- one
- two
&l
li {
list-style-type: decimal;
}
li:not(.count) {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
this is a simple hack http://jsfiddle.net/9w9vkcf3/1/
The
appearance
property is used to display an element using a platform-native styling based on the users' operating system's theme. source