mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
better error message when no results found theme
This commit is contained in:
parent
b4e0d2eedc
commit
754ac6960b
1 changed files with 9 additions and 0 deletions
|
@ -176,6 +176,15 @@ div.selectable_url {
|
|||
border-color: var(--color-error);
|
||||
}
|
||||
|
||||
.dialog-error-block {
|
||||
.dialog();
|
||||
|
||||
display: block;
|
||||
color: var(--color-error);
|
||||
background: var(--color-error-background);
|
||||
border-color: var(--color-error);
|
||||
}
|
||||
|
||||
.dialog-warning {
|
||||
.dialog();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue