diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 4 |
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; |