mirror of
https://github.com/simonw/datasette.git
synced 2026-06-01 06:37:02 +02:00
41 lines
901 B
HTML
41 lines
901 B
HTML
<style>
|
|
.execute-write-analysis {
|
|
border-collapse: collapse;
|
|
font-size: 0.9rem;
|
|
margin: 0.25rem 0 1rem;
|
|
min-width: 44rem;
|
|
}
|
|
.execute-write-analysis th,
|
|
.execute-write-analysis td {
|
|
border-bottom: 1px solid #d7dde5;
|
|
padding: 0.45rem 0.7rem;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
.execute-write-analysis th {
|
|
background-color: #edf6fb;
|
|
border-top: 1px solid #d7dde5;
|
|
color: #39445a;
|
|
font-weight: 700;
|
|
}
|
|
.execute-write-analysis tbody tr:nth-child(even) {
|
|
background-color: rgba(39, 104, 144, 0.05);
|
|
}
|
|
.execute-write-analysis code {
|
|
background: transparent;
|
|
font-size: 0.9em;
|
|
white-space: nowrap;
|
|
}
|
|
.execute-write-analysis-allowed {
|
|
color: #267a3e;
|
|
font-weight: 700;
|
|
}
|
|
.execute-write-analysis-denied {
|
|
color: #b00020;
|
|
font-weight: 700;
|
|
}
|
|
.execute-write-analysis-na {
|
|
color: #687386;
|
|
font-style: italic;
|
|
}
|
|
</style>
|