aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuildTools <unconfigured@null.spigotmc.org>2016-12-06 19:55:39 +0100
committerBuildTools <unconfigured@null.spigotmc.org>2016-12-06 19:55:39 +0100
commit2e9a1e4bbb20b44bbd3416be2f2bfafbfca8dacf (patch)
tree1711861147be83ab6dd4713d525eaf0c7c1f1c84
parent186b477085d63e23566d9ac4c11a36cde178e14e (diff)
only show fav button when searched
-rw-r--r--public/stylesheets/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 78974fb..c3fe06c 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -180,6 +180,12 @@ input {
padding: 4px;
border-radius: 2px;
background: none;
+
+ display: none;
+}
+
+body.searched #search .fav {
+ display: block;
}
#week-selector button:focus, #search #overflow-button:focus, #search .fav:focus {