diff --git a/src/epicker.html b/src/epicker.html
index fc1f34e520a3a..42df6414195b6 100644
--- a/src/epicker.html
+++ b/src/epicker.html
@@ -78,7 +78,7 @@
resize: none;
width: 100%;
}
-section > div:first-child > textarea + div {
+#resultsetCount {
background-color: #aaa;
bottom: 0;
color: white;
@@ -86,7 +86,7 @@
position: absolute;
right: 0;
}
-section.invalidFilter > div:first-child > textarea + div {
+section.invalidFilter #resultsetCount {
background-color: red;
}
section > div:first-child + div {
@@ -183,7 +183,7 @@