From bbb106183b49350361e8e2c99ecc8476a4abeeb5 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 7 Dec 2016 13:17:47 +0100 Subject: fix typo and change inherit to transparent (IE) --- public/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public') 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; -- cgit v1.1