Michael Herzog 2 years ago
parent
commit
7d9a3e67f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      files/main.css

+ 2 - 2
files/main.css

@@ -138,7 +138,7 @@ h1 a {
 	transition: 0s 0s height;
 }
 
-	#panel #exitSearchButton {
+	#panel #clearSearchButton {
 		width: 48px;
 		height: 48px;
 		display: none;
@@ -154,7 +154,7 @@ h1 a {
 		margin-right: 0px;
 	}
 
-	#panel.searchFocused #exitSearchButton {
+	#panel.searchFocused #clearSearchButton {
 		display: block;
 	}