From 83264f93b22ef4907f7393d1cecdf341c30a3979 Mon Sep 17 00:00:00 2001 From: naomi Date: Tue, 8 May 2018 19:23:03 +0200 Subject: [PATCH] css to remove search button --- css/opencase.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/opencase.css b/css/opencase.css index e69de29..caf401b 100644 --- a/css/opencase.css +++ b/css/opencase.css @@ -0,0 +1,5 @@ + +/* Free the people from the tyranny of the useless search button */ +#edit-submit-actor-search{ + display: none; +}