Posts by DAG • 101 points
1 post
-
0
votes2
answers339
viewsA: Customize an item within css for a particular view
You have to use your own class, preferably extending generic selectors, in your case input[type=text], textarea, select etc.... If you would like to change the style of a specific tab, create a…