r - Shiny: How to change a background colour of a column? -


i've got fluidrow 3 columns containing widgets. possible change colour of middle column (or widgets in column) ?

for example: white column - gray column - white column

i think can add style element; this:

column(3, style = "background-color:#4d3a7d;", ...) 

hope helps


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

Change font size on axis for excel chart with powershell -