Files
shiny/www/shared/shiny.css
Joe Cheng 6955573dd0 Generalize app serving
- 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
2012-06-26 21:52:50 -07:00

5 lines
64 B
CSS

body.disconnected {
background-color: #999;
opacity: 0.5;
}