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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -