mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Display 0 results, closes #637
This commit is contained in:
parent
fd137da7f8
commit
d3e1c3017e
4 changed files with 53 additions and 26 deletions
|
|
@ -327,3 +327,10 @@ a.not-underlined {
|
|||
pre.wrapped-sql {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
p.zero-results {
|
||||
border: 2px solid #ccc;
|
||||
background-color: #eee;
|
||||
padding: 0.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue