aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-12-07 13:17:47 +0100
committerNoah Loomans <noahloomans@gmail.com>2016-12-07 13:17:47 +0100
commitbbb106183b49350361e8e2c99ecc8476a4abeeb5 (patch)
tree15ccf6e5207f2f567feb2cbab71d4b5be65bdf6e
parentfa4cb48e2ca2186a9fb82407a9d1febd438e61c7 (diff)
fix typo and change inherit to transparent (IE)
-rw-r--r--public/stylesheets/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index e35d389..5c51bb4 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -74,7 +74,7 @@ input[type="search"]::-webkit-search-results-decoration {
display: none;
}
-input[tupe="search"]::-ms-clear {
+input[type="search"]::-ms-clear {
width: 0;
height: 0;
}
@@ -177,7 +177,7 @@ body.searched #search-space-filler {
}
#week-selector button {
- background: inherit;
+ background: transparent;
color: white;
border: 0px;
padding: 5px 10px;