Disable appending to an empty result list
This commit is contained in:
@@ -3391,6 +3391,16 @@ body.organization-view:not(.expanded) #content>#stability>.bankruptcy-timeline{
|
||||
border-color:#727a80;
|
||||
color:#d5dadd;
|
||||
}
|
||||
.search-view .search-submit:disabled,
|
||||
.search-view .search-submit:disabled:hover,
|
||||
.search-view .search-submit:disabled:focus-visible{
|
||||
border-color:#4d5356;
|
||||
color:#747c80;
|
||||
background:#303334;
|
||||
opacity:.58;
|
||||
cursor:not-allowed;
|
||||
outline:none;
|
||||
}
|
||||
|
||||
/* Геометрия выдачи не меняется при появлении новых строк и скроллбара. */
|
||||
.search-view .results-table-wrap{
|
||||
|
||||
Reference in New Issue
Block a user