Browse Source

Docs/Examples: Updated main.css

Mr.doob 5 years ago
parent
commit
67e2f9ecd9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      files/main.css

+ 2 - 2
files/main.css

@@ -157,7 +157,7 @@ h1 a {
 		display: none;
 	}
 
-	#panel.searchFocused #filter {
+	#panel.searchFocused #filterInput {
 		-webkit-mask-image: none;
 		mask-image: none;
 		background-color: inherit;
@@ -232,7 +232,7 @@ h1 a {
 	content: "";
 }
 
-	#panel #filter {
+	#panel #filterInput {
 		flex: 1;
 		width: 100%;
 		padding: 0 36px;