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

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

How to install ruby on rails -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -