css to remove search button

This commit is contained in:
naomi 2018-05-08 19:23:03 +02:00
parent eae1a2b03d
commit 83264f93b2
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* Free the people from the tyranny of the useless search button */
#edit-submit-actor-search{
display: none;
}