You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i simply want to change the color of some buttons why leaving others the same. i know i can theme all in the json file, but what about individual ones?
The text was updated successfully, but these errors were encountered:
By convention, object ID strings begin with a # and class ID strings begin with a @ symbol.
These class and object IDs can be used in theme file blocks just like the element IDs and the precedence order goes object ID-> class ID-> element ID. So the theming parameters in any object ID block for an element will be used if they exist, if there are none it will look for any class ID parameters, and then for any element ID parameters - before finally using defaults if none of the other classes are found.
i simply want to change the color of some buttons why leaving others the same. i know i can theme all in the json file, but what about individual ones?
The text was updated successfully, but these errors were encountered: