Styles for commandButton

0

I have a problem putting styles to an h: commandbutton: -my css to which I refer can not be modified. -my commandbutton has as input type="submit" and inherits the styles of the text boxes (input) -the style for my button are for button tags -to create the "style" tags when viewing it in the browser are commented.

My button has the same type of letter as text boxes and a certain width. It is not bringing the styles that are made for the buttons.

PS: Sorry for the format I'm from the cell phone.

    
asked by Santiago 20.04.2017 в 00:03
source

1 answer

0

You can try to put the css of the command button to modify the default style, code by way of example:

.ui-widget .ui-button { /* aqui */ }
    
answered by 20.04.2017 в 00:34