mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 15:38:19 -05:00
15 lines
239 B
CSS
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;
|
|
} |