Files
shiny/www/shared/shiny.css
2012-06-27 10:44:49 -07:00

15 lines
239 B
CSS

body.disconnected {
background-color: #999;
opacity: 0.5;
}
table.data {
border-collapse: collapse;
}
table.data td, table th {
border: 1px solid #CCC;
padding: 3pt 8pt;
}
table.data td[align=right] {
font-family: monospace;
}