mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 15:38:19 -05:00
- Separate generic server code from app logic - Refactor folder layout to put examples in separate folders - Separate shared client assets from app-specific stuff - Introduce friendly functions for interacting with framework from app logic
5 lines
64 B
CSS
5 lines
64 B
CSS
body.disconnected {
|
|
background-color: #999;
|
|
opacity: 0.5;
|
|
}
|