row custom action button color

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
suparimpei
User
Posts: 4

row custom action button color

Post by suparimpei »

Hi,
I just upgraded to 11.0.2 version from v8 and devoleping a new web application.
I should like to customize the color of different row custom action buttons (ie: green for function 1 , red for function 2 ..) in the LIST page.
i tried to manage $this->OtherOptions->action-> but with no or strange results.
Any suggestion to differentiate the row custom action css attribute ?
thank you in advance for attention to y question

G.G.


danielc
User
Posts: 1601

Post by danielc »

The button color control by bootstrap 3 class, .btn and .btn-default. If you want to use use different color for your button, you need to define your custom class to apply. See HTML source in your browser to check the id or class of the buttons.


suparimpei
User
Posts: 4

Post by suparimpei »

Thak you Daniele , i'll follow your directions..
GG


Post Reply