fixes #1232 unnecessary help button

unnecessary help button in search album page, hidden via display none in thme.css and commenting the show help in cat_search.tpl
This commit is contained in:
Louis
2020-10-12 16:42:11 +02:00
parent a3cedff225
commit 993b8a190b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -4726,6 +4726,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
}
.search-album-help {
display: none;
cursor: help;
font-size: 20px;
}