From abe51e87027135cf4d914cc4da341d565dec48a8 Mon Sep 17 00:00:00 2001
From: Luzifr <szekely@woltlab.com>
Date: Fri, 6 Jan 2012 17:39:31 +0100
Subject: [PATCH] Removes background icon

(the icon is now referenced as an image with function)
---
 wcfsetup/install/files/acp/style/wcf.css | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css
index 55d67d3517..a15b7d76d9 100644
--- a/wcfsetup/install/files/acp/style/wcf.css
+++ b/wcfsetup/install/files/acp/style/wcf.css
@@ -479,10 +479,6 @@ nav.topMenu {
 	border: 1px solid rgba(0, 0, 0, .1);
 	border-radius: 5px;
 	background-color: rgba(0, 0, 0, .2);
-	background-image: url('../../icon/search2.svg');
-    background-position: 10px center;
-	background-size: 32px 32px;
-	background-repeat: no-repeat;
 	padding: 10px 30px 10px 50px;
 	position: absolute;
 	top: 50px;
-- 
2.20.1